]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/all-root-tests
Implement a timeout on regression tests of 15 minutes
[bacula/bacula] / regress / all-root-tests
index 284f4e47038333cc008af6aebc6d4051d2518818..2ce6ed2f855a9379a41b066597df72980b786c03 100755 (executable)
@@ -7,9 +7,9 @@ echo " " >>test.out
 echo "Start root tests"
 echo "Start root tests" >>test.out
 rm -f dumps/*
-tests/dev-test-root
-tests/etc-test-root
-tests/lib-test-root
-tests/usr-tape-root
-echo "End root tests"
-echo "End root tests" >>test.out
+./run tests/dev-test-root
+./run tests/etc-test-root
+./run tests/lib-test-root
+./run tests/usr-tape-root
+echo "End root ./run tests"
+echo "End root ./run tests" >>test.out