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

Unified Diff: run_remote_tests.sh

Issue 3473015: crosutils: Make run_remote_tests' output for ambiguous case more clear. (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Created 10 years, 3 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: run_remote_tests.sh
diff --git a/run_remote_tests.sh b/run_remote_tests.sh
index 805c80966c4d471125f886c03342b3aa937766f5..f5a865873006e9ebf7352238ac4b461121d10cf4 100755
--- a/run_remote_tests.sh
+++ b/run_remote_tests.sh
@@ -189,7 +189,7 @@ function main() {
echo_color "red" \
">>> \"${test_request}\" is ambiguous. These control file paths match:"
for FIND in ${finds}; do
- echo_color "red" " * " "${FIND}"
+ echo_color "red" " * " ^"${FIND}\$"
done
echo ""
echo ">>> Disambiguate by copy-and-pasting the whole path above" \
« 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