CVS User Account cvsuser
Tue Jan 10 14:21:18 PST 2006
Log Message:
-----------
Oops.  Commented out the bits that drop the database, in the progress of,
surprise, surprise, a test :-).

Tags:
----
REL_1_1_STABLE

Modified Files:
--------------
    slony1-engine/tests:
        run_test.sh (r1.5.2.5 -> r1.5.2.6)

-------------- next part --------------
Index: run_test.sh
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tests/run_test.sh,v
retrieving revision 1.5.2.5
retrieving revision 1.5.2.6
diff -Ltests/run_test.sh -Ltests/run_test.sh -u -w -r1.5.2.5 -r1.5.2.6
--- tests/run_test.sh
+++ tests/run_test.sh
@@ -690,11 +690,11 @@
 
 diff_db
 
-# stop_processes
+stop_processes
 
-# status "waiting for slons to die"
-# sleep 5
-# status "done"
+status "waiting for slons to die"
+sleep 5
+status "done"
 
-# drop_databases
-# cleanup
+drop_databases
+cleanup



More information about the Slony1-commit mailing list