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()