Cleanup the shell scripts used to run tests on Windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user