tests: Fix wrapper scripts
authorAmitay Isaacs <amitay@gmail.com>
Thu, 19 Apr 2012 05:18:49 +0000 (15:18 +1000)
committerMartin Schwenke <martin@meltin.net>
Fri, 27 Apr 2012 05:40:43 +0000 (15:40 +1000)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
tests/run_cluster_tests.sh
tests/run_tests.sh

index 6917fd931503d6f533092bd901d0f5f33f82b057..e6ee8d1f8035e16a2276bc33a868453b83539c8e 100755 (executable)
@@ -1,8 +1,5 @@
 #!/bin/sh
 
-CTDB_TEST_REAL_CLUSTER=1
-export CTDB_TEST_REAL_CLUSTER
-
 if [ -n "$*" ]; then
     tests/scripts/run_tests -s $* || exit 1
 else
index 6a46248c08105f5779643f561466273361d34d57..56f020575f5ac6a4134ea565732c7c9f347dded3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-tests/scripts/run_tests -s ${*:-tests/simple/*.sh} || exit 1
+tests/scripts/run_tests -l -s ${*:-tests/simple/*.sh} || exit 1
 
 echo "All OK"
 exit 0