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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. 3 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # Script to run client or server tests on a live remote image. 7 # Script to run client or server tests on a live remote image.
8 8
9 # Load common constants. This should be the first executable line. 9 # Load common constants. This should be the first executable line.
10 # The path to common.sh should be relative to your script's location. 10 # The path to common.sh should be relative to your script's location.
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 --ssh-port ${FLAGS_ssh_port} \ 268 --ssh-port ${FLAGS_ssh_port} \
269 "${option}" "${control_file}" -r "${results_dir}" ${verbose} \ 269 "${option}" "${control_file}" -r "${results_dir}" ${verbose} \
270 "${args[@]}" 270 "${args[@]}"
271 done 271 done
272 272
273 echo "" 273 echo ""
274 echo_color "yellow" ">>> Test results:" 274 echo_color "yellow" ">>> Test results:"
275 ./generate_test_report "${TMP}" --strip="${TMP}/" 275 ./generate_test_report "${TMP}" --strip="${TMP}/"
276 } 276 }
277 277
278 main $@ 278 main "$@"
OLDNEW
« 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