[engine] support async and streaming (#1614)
This commit is contained in:
@@ -77,5 +77,7 @@ if __name__ == "__main__":
|
||||
|
||||
files = files[args.range_begin : args.range_end]
|
||||
|
||||
print("The running tests are ", files)
|
||||
|
||||
exit_code = run_unittest_files(files, args.timeout_per_file)
|
||||
exit(exit_code)
|
||||
|
||||
Reference in New Issue
Block a user