Fix: run.sh for empty directory
[ctf-testsuite.git] / tests / 1.8 / stress / metadata / run.sh
CommitLineData
66ef3c63
MD
1#!/bin/sh
2
5f5d2500 3for dir in $(find -mindepth 1 -maxdepth 1 -type d); do
66ef3c63
MD
4 echo "Running ${dir} tests"
5 cd ${dir}
6 ./run.sh
7 cd ..
8done
This page took 0.022613 seconds and 4 git commands to generate.