From 72363432d3a40c9b3979303e471491b286ba3716 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Mon, 29 Nov 2021 12:47:33 -0800 Subject: [PATCH] regression_test: improve measure_station_time_up call Signed-off-by: Matthew Stidham --- py-scripts/regression_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh index 85fc2c5f..4e89787d 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -300,7 +300,7 @@ else #--influx_host c7-graphana --influx_port 8086 --influx_org Candela \ #--influx_token=-u_Wd-L8o992701QF0c5UmqEp7w7Z7YOMaWLxOMgmHfATJGnQbbmYyNxHBR9PgD6taM_tcxqJl6U8DjU1xINFQ== \ #--influx_bucket ben \ - "./measure_station_time_up.py --radio $RADIO_USED --num_stations 3 --security $SECURITY --ssid $SSID_USED --passwd $PASSWD_USED --debug --report_file measure_station_time_up.txt" + "./measure_station_time_up.py --radio $RADIO_USED --num_stations 3 --security $SECURITY --ssid $SSID_USED --passwd $PASSWD_USED --debug --report_file measure_station_time_up.pkl" "./create_station.py --mgr $MGR --radio $RADIO_USED --security $SECURITY --ssid $SSID_USED --passwd $PASSWD_USED && ./modify_station.py \ --mgr $MGR \ --radio $RADIO_USED \