diff options
Diffstat (limited to 'src/test/run-tests')
-rwxr-xr-x | src/test/run-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-tests b/src/test/run-tests index 11b4c95c..3e0cad3c 100755 --- a/src/test/run-tests +++ b/src/test/run-tests @@ -4,7 +4,7 @@ DIR=~/src/cc1111/flights bad_baro=0 bad_full=0 -while read flight; do +while read flight description; do if ./ao_flight_test_baro -s $DIR/$flight; then : else |