We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ce2c8 commit 23e84f0Copy full SHA for 23e84f0
tests/basic.py
@@ -175,6 +175,7 @@ def cleanup():
175
naive_proc.terminate()
176
177
for args_instance in args:
178
+ print('test_naive_once args=', args)
179
naive_args = args_instance.format_map(port_dict).split()
180
naive_proc = start_naive(naive_args, config_file)
181
if naive_proc == 'Failed to listen':
0 commit comments