Chris Browne cbbrowne at lists.slony.info
Fri Mar 7 11:00:16 PST 2008
Update of /home/cvsd/slony1/slony1-engine/tests
In directory main.slony.info:/tmp/cvs-serv25894

Modified Files:
      Tag: REL_1_2_STABLE
	run_test.sh 
Log Message:
Change to test framework: Write test name into file TMPDIR/TestName


Index: run_test.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/run_test.sh,v
retrieving revision 1.11.2.2
retrieving revision 1.11.2.3
diff -C2 -d -r1.11.2.2 -r1.11.2.3
*** run_test.sh	20 Apr 2007 21:40:02 -0000	1.11.2.2
--- run_test.sh	7 Mar 2008 19:00:14 -0000	1.11.2.3
***************
*** 663,667 ****
  esac
  
! 
  
  . $testname/generate_dml.sh
--- 663,667 ----
  esac
  
! echo ${testname} > ${mktmp}/TestName
  
  . $testname/generate_dml.sh



More information about the Slony1-commit mailing list