Fix unpacking mismatch in run-tests.py (#2466)
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
+1
-1
@@ -260,7 +260,7 @@ def iterate_test_runner_jobs(jobs, options):
|
|||||||
for job in jobs:
|
for job in jobs:
|
||||||
ret_build, build_dir_path = create_binary(job, options)
|
ret_build, build_dir_path = create_binary(job, options)
|
||||||
if ret_build:
|
if ret_build:
|
||||||
yield job, ret_build, build_dir_path, None
|
yield job, ret_build, None
|
||||||
|
|
||||||
if build_dir_path in tested_paths:
|
if build_dir_path in tested_paths:
|
||||||
sys.stderr.write('(skipping: already tested with %s)\n' % build_dir_path)
|
sys.stderr.write('(skipping: already tested with %s)\n' % build_dir_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user