Rename test
[ctf-testsuite.git] / tests / 1.8 / run.sh
index 855609843a5d76afacf91f80a9e416ce49ef425f..78e3be05961cca3f2fa4d39080b7fdf257fa6120 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
 
-#pass/run.sh
-
-cd fail/
-./run.sh
+for dir in */; do
+       echo "Running ${dir} tests"
+       cd ${dir}
+       ./run.sh
+       cd ..
+done
This page took 0.031131 seconds and 4 git commands to generate.