mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
calling RUN_TEST from bash (no need for +x flag)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user