Skip to content

Commit 23e84f0

Browse files
committed
test
1 parent 20ce2c8 commit 23e84f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def cleanup():
175175
naive_proc.terminate()
176176

177177
for args_instance in args:
178+
print('test_naive_once args=', args)
178179
naive_args = args_instance.format_map(port_dict).split()
179180
naive_proc = start_naive(naive_args, config_file)
180181
if naive_proc == 'Failed to listen':

0 commit comments

Comments
 (0)