update run.sh
[ctf-testsuite.git] / tests / 1.8 / run.sh
index 855609843a5d76afacf91f80a9e416ce49ef425f..1ffd52a464a73d0af33cd2e64435e9bb22df405f 100755 (executable)
@@ -1,6 +1,11 @@
 #!/bin/sh
 
-#pass/run.sh
+echo "Running expected pass tests"
+cd pass
+./run.sh
+cd ..
 
-cd fail/
+echo "Running expected failure tests"
+cd fail
 ./run.sh
+cd ,,
This page took 0.022516 seconds and 4 git commands to generate.