sta_connect_multi_example.py: turn cleanup on

This commit is contained in:
Jed Reynolds
2020-06-10 11:02:10 -07:00
parent fe18cd9850
commit 6a2476dcf3

View File

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