Fix typo
[ctf-testsuite.git] / tests / 1.8 / run.sh
index 855609843a5d76afacf91f80a9e416ce49ef425f..4cec2e1af6469053dc811673316f7275423f30c5 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.024957 seconds and 4 git commands to generate.