| 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" \
|
|
|