From 6a2476dcf3448dfd6e03b09ffc1a69e66e4addab Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Wed, 10 Jun 2020 11:02:10 -0700 Subject: [PATCH] sta_connect_multi_example.py: turn cleanup on --- py-scripts/sta_connect_multi_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/sta_connect_multi_example.py b/py-scripts/sta_connect_multi_example.py index 34524e2b..33196bdf 100755 --- a/py-scripts/sta_connect_multi_example.py +++ b/py-scripts/sta_connect_multi_example.py @@ -37,7 +37,7 @@ def main(): test.dut_passwd = "[BLANK]" test.station_names = station_names test.runtime_secs = 5 - test.cleanup_on_exit = False + test.cleanup_on_exit = True test.run() is_passing = test.passes()