test/runner now outputs file name before running

master
Mike Gerwitz 2014-11-21 00:17:13 -05:00
parent 91c10bca41
commit db95ae12ff
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ EOH
declare -i status=0
while read spec; do
echo "$spec"
../tools/xspec/bin/xspec.sh "$spec" \
|| status=1