summaryrefslogtreecommitdiff
path: root/src/test/run-one
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-03-23 10:37:39 +0900
committerKeith Packard <keithp@keithp.com>2011-03-23 10:37:39 +0900
commit43a94380032300a2e33e1faa1efe93e858e0a2cf (patch)
tree090f4fe976de9807fd973f079d079eba38ee1b3e /src/test/run-one
parent32364c9e0d346e0e5d517e18d4e90b8ff2fa944f (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-one')
-rwxr-xr-xsrc/test/run-one3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/run-one b/src/test/run-one
index d661abec..7d0f95ae 100755
--- a/src/test/run-one
+++ b/src/test/run-one
@@ -3,13 +3,14 @@
for i in "$@"; do
./ao_flight_test "$i" > run-out.full
./ao_flight_test_baro "$i" > run-out.baro
-#./ao_flight_test_accel "$i" > run-out.accel
+#./ao_flight_test_accel "$i" > run-out.accel
#"run-out.accel" using 1:9 with lines lt 4 axes x1y1 title "accel height",\
#"run-out.accel" using 1:11 with lines lt 4 axes x1y2 title "accel speed",\
#"run-out.accel" using 1:13 with lines lt 4 axes x1y2 title "accel accel",\
#"run-out.accel" using 1:15 with lines lt 4 axes x1y1 title "accel drogue",\
#"run-out.accel" using 1:17 with lines lt 4 axes x1y1 title "accel main",\
+#
gnuplot << EOF
set ylabel "altitude (m)"