calling RUN_TEST from bash (no need for +x flag)
This commit is contained in:
parent
ee7b3dc70c
commit
4e32a61ebf
|
@ -91,7 +91,7 @@ echo >> $LOG
|
||||||
for myfile in ./*.csc
|
for myfile in ./*.csc
|
||||||
do
|
do
|
||||||
TEST=`basename $myfile .csc`
|
TEST=`basename $myfile .csc`
|
||||||
./RUN_TEST $TEST $LOG
|
bash RUN_TEST $TEST $LOG
|
||||||
done
|
done
|
||||||
|
|
||||||
mail_report
|
mail_report
|
||||||
|
|
Loading…
Reference in a new issue