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

Unified Diff: run_remote_tests.sh

Issue 3422005: run_remote_tests: add quote marks around argument passing (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/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 f4f9df9be92946bda47d21246889577027ae0c34..dbae24e66616a757047d0ad80156ee52cc103d83 100755
--- a/run_remote_tests.sh
+++ b/run_remote_tests.sh
@@ -275,4 +275,4 @@ function main() {
./generate_test_report "${TMP}" --strip="${TMP}/"
}
-main $@
+main "$@"
« 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