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
|
||||
do
|
||||
TEST=`basename $myfile .csc`
|
||||
./RUN_TEST $TEST $LOG
|
||||
bash RUN_TEST $TEST $LOG
|
||||
done
|
||||
|
||||
mail_report
|
||||
|
|
Loading…
Reference in a new issue