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

Unified Diff: mojo/tools/get_test_list.py

Issue 775343003: Makes mojob create a different directory when --asan is specified (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: parent_parent Created 6 years 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 | « no previous file | mojo/tools/mojob.py » ('j') | mojo/tools/mojob.py » ('J')
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 d618c34ff733d6b83ed7e54990bebbf10a34d5b0..9b6ef4ea3ca6a11f00d0eb16355307b702142373 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -116,7 +116,7 @@ def GetTestList(config):
sky_command = ["python",
os.path.join("mojo", "tools", "run_always_succeed.py")]
sky_command += ["sky/tools/test_sky",
- "-t", "Debug" if config.is_debug else "Release",
+ "-t", os.path.basename(build_dir),
"--no-new-test-results", "--no-show-results", "--verbose"]
if config.values.get("builder_name"):
sky_command += ["--builder-name", config.values["builder_name"]]
« no previous file with comments | « no previous file | mojo/tools/mojob.py » ('j') | mojo/tools/mojob.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698