Cleanup the shell scripts used to run tests on Windows

This commit is contained in:
Ondřej Surý
2020-05-27 12:23:54 +02:00
parent 54a049d94f
commit d179d12686
6 changed files with 174 additions and 96 deletions

View File

@@ -17,9 +17,9 @@
#
SYSTEMTESTTOP=.
. $SYSTEMTESTTOP/conf.sh
. "$SYSTEMTESTTOP/conf.sh"
for d in $SEQUENTIALDIRS
do
$SHELL run.sh "${@}" $d 2>&1 | tee test.output.$d
$SHELL run.sh "${@}" "$d" 2>&1 | tee "test.output.$d"
done