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

Unified Diff: tools/run-tests.py

Issue 2299623002: Print the name of the auto-detected gn build when running tests (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index fd76c863013d1b599aad66c3e698049b45cac2ad..3f3f15dc4f1c3ad62e3ce443e918a7f194b0a5f1 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -443,6 +443,7 @@ def ProcessOptions(options):
latest_timestamp = os.path.getmtime(gn_config_dir)
latest_config = gn_config
if latest_config:
+ print(">>> Latest GN build found is %s" % latest_config)
options.outdir = os.path.join(DEFAULT_OUT_GN, latest_config)
build_config_path = os.path.join(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698