mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
remove debug
This commit is contained in:
@@ -109,7 +109,6 @@ if __name__ == '__main__':
|
|||||||
num_workers=preset.test_num_workers,
|
num_workers=preset.test_num_workers,
|
||||||
log_file_name=log_file_name,
|
log_file_name=log_file_name,
|
||||||
)
|
)
|
||||||
print('cmd', cmd)
|
|
||||||
p = subprocess.Popen(cmd, shell=True, executable="/bin/bash", preexec_fn=os.setsid)
|
p = subprocess.Popen(cmd, shell=True, executable="/bin/bash", preexec_fn=os.setsid)
|
||||||
|
|
||||||
# get the csv with the results
|
# get the csv with the results
|
||||||
|
|||||||
Reference in New Issue
Block a user