Fix: use Bash for all shell scripts
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / run.sh
CommitLineData
93711f68 1#!/bin/bash
33cfcaea 2
307ec4c7 3for dir in $(find -mindepth 1 -maxdepth 1 -type d | sort); do
33cfcaea
MD
4 echo "Running ${dir} tests"
5 cd ${dir}
6 ./run.sh
7 cd ..
8done
This page took 0.022997 seconds and 4 git commands to generate.