From 4fe9cba44508f258fc73286d6cbf0af4b1fdfa50 Mon Sep 17 00:00:00 2001 From: Zach Dwiel Date: Tue, 20 Feb 2018 13:04:52 -0500 Subject: [PATCH] remove debug --- run_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/run_test.py b/run_test.py index 696b37b..7e8f6ff 100644 --- a/run_test.py +++ b/run_test.py @@ -109,7 +109,6 @@ if __name__ == '__main__': num_workers=preset.test_num_workers, log_file_name=log_file_name, ) - print('cmd', cmd) p = subprocess.Popen(cmd, shell=True, executable="/bin/bash", preexec_fn=os.setsid) # get the csv with the results