Index: tools/test-wrapper-gypbuild.py |
diff --git a/tools/test-wrapper-gypbuild.py b/tools/test-wrapper-gypbuild.py |
index efd1c1dc34c5811f9cbe19e24cd982c2284ef00e..9bc6bf6ac7eef1fb3be5f1eae8e9c67b8daa6733 100755 |
--- a/tools/test-wrapper-gypbuild.py |
+++ b/tools/test-wrapper-gypbuild.py |
@@ -213,6 +213,7 @@ def Main(): |
print ">>> running tests for %s.%s" % (arch, mode) |
shell = workspace + '/' + options.outdir + '/' + arch + '.' + mode + "/d8" |
child = subprocess.Popen(' '.join(args_for_children + |
+ ['--arch=' + arch] + |
['--mode=' + mode] + |
['--shell=' + shell]), |
shell=True, |