Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(912)

Unified Diff: mojo/tools/get_test_list.py

Issue 952893003: Update from https://crrev.com/317530 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix gn for nacl Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/tools/android_mojo_shell.py ('k') | mojo/tools/mojob.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/get_test_list.py
diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
index 77e1744e3be0f6dd045d53d3992910acd8e3678f..70b4f2bdf793ef2cc2104a6bdf2bccc337daffd8 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -180,9 +180,9 @@ def GetTestList(config):
if ShouldRunTest("nacl"):
AddEntry("NaCl tests",
[os.path.join(build_dir, "monacl_shell"),
- os.path.join(build_dir, "irt_" + config.target_arch,
+ os.path.join(build_dir, "irt_" + config.target_cpu,
"irt_mojo.nexe"),
- os.path.join(build_dir, "clang_newlib_" + config.target_arch,
+ os.path.join(build_dir, "clang_newlib_" + config.target_cpu,
"monacl_test.nexe")])
# ----------------------------------------------------------------------------
« no previous file with comments | « mojo/tools/android_mojo_shell.py ('k') | mojo/tools/mojob.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698