Tue Nov 15 21:24:07 PST 2005
- Previous message: [Slony1-commit] By cbbrowne: New Directory
- Next message: [Slony1-commit] By cbbrowne: Take a bunch of tests out of test1, and generate several
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
run_test.sh changes...
At the start of each test, list the name of the test, as well as
cat'ting to stdout the test's README file.
Modified Files:
--------------
slony1-engine/tests:
run_test.sh (r1.4 -> r1.5)
-------------- next part --------------
Index: run_test.sh
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tests/run_test.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ltests/run_test.sh -Ltests/run_test.sh -u -w -r1.4 -r1.5
--- tests/run_test.sh
+++ tests/run_test.sh
@@ -42,6 +42,12 @@
exit 1;
fi
+# Display the test documentation
+echo "test: $testname"
+echo "----------------------------------------------------"
+cat $testname/README
+echo "----------------------------------------------------"
+
#load settings
. settings.ik
- Previous message: [Slony1-commit] By cbbrowne: New Directory
- Next message: [Slony1-commit] By cbbrowne: Take a bunch of tests out of test1, and generate several
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list