9b3a3923b1a2502b7a7822801be41d61d4a89139
[ctf-testsuite.git] / tests / 1.8 / stress / stream / run.sh
1 #!/bin/sh
2
3 for dir in $(find -mindepth 1 -maxdepth 1 -type d | sort); do
4 echo "Running ${dir} tests"
5 cd ${dir}
6 ./run.sh
7 cd ..
8 done
This page took 0.028582 seconds and 3 git commands to generate.