calling RUN_TEST from bash (no need for +x flag)

This commit is contained in:
fros4943 2008-09-29 23:24:29 +00:00
parent ee7b3dc70c
commit 4e32a61ebf

View file

@ -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