diff options
author | Keith Packard <keithp@keithp.com> | 2011-03-23 10:37:39 +0900 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-03-23 10:37:39 +0900 |
commit | 43a94380032300a2e33e1faa1efe93e858e0a2cf (patch) | |
tree | 090f4fe976de9807fd973f079d079eba38ee1b3e /src/test/run-tests | |
parent | 32364c9e0d346e0e5d517e18d4e90b8ff2fa944f (diff) |
altos: Exit flight test at landing. Allow description in test flight list
Signed-off-by: Keith Packard <keithp@keithp.com>
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 |