Fix print of test kinds

This commit is contained in:
Tommaso Pecorella
2020-01-09 14:04:35 +01:00
parent cf8ad56ced
commit 664e58a968

View File

@@ -1215,7 +1215,7 @@ def run_tests():
if options.kinds:
path_cmd = os.path.join("utils", test_runner_name + " --print-test-type-list")
(rc, standard_out, standard_err, et) = run_job_synchronously(path_cmd, os.getcwd(), False, False)
print(standard_out.decode())
print(standard_out)
if options.list:
if len(options.constrain):