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( |