diff --git a/py-scripts/test_fileio.py b/py-scripts/test_fileio.py index d969a086..439b0032 100755 --- a/py-scripts/test_fileio.py +++ b/py-scripts/test_fileio.py @@ -727,7 +727,7 @@ Generic command layout: ip_test.build() if not ip_test.passes(): print(ip_test.get_fail_message()) - # ip_test.start(False, False) + ip_test.start(False, False) ip_test.stop() if not ip_test.passes(): print(ip_test.get_fail_message())