File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ source bashrc.eus
60
60
export DISPLAY=
61
61
set +e
62
62
if [[ " ` 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 ]
64
64
else
65
65
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 ]
66
66
fi
You can’t perform that action at this time.
0 commit comments