File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ source bashrc.eus
6060export DISPLAY=
6161set +e
6262if [[ " ` uname -m` " == " arm" * || " ` uname -m` " == " aarch" * ]]; then
63- export EXIT_STATUS=0; for test_l in irteus/test/geo .l; do irteusgl $test_l ; export EXIT_STATUS=` expr $? + 1` ; done ; echo " Exit status : $EXIT_STATUS " ; [ $EXIT_STATUS == 0 ]
63+ export EXIT_STATUS=0; for test_l in irteus/test/* .l; do [[ $test_l =~ geo.l | interpolator.l | irteus-demo.l | test-irt-motion.l | object.l | coords.l ]] && continue ; irteusgl $test_l ; export EXIT_STATUS=` expr $? + 1` ; done ; echo " Exit status : $EXIT_STATUS " ; [ $EXIT_STATUS == 0 ]
6464else
6565 export EXIT_STATUS=0; for test_l in irteus/test/* .l; do irteusgl $test_l ; export EXIT_STATUS=` expr $? + 1` ; done ; echo " Exit status : $EXIT_STATUS " ; [ $EXIT_STATUS == 0 ]
6666fi
You can’t perform that action at this time.
0 commit comments