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

Issue 3772002: Fixed incorrect option comment in run_remote_tests. (Closed)

Created:
10 years, 2 months ago by DaleCurtis
Modified:
9 years, 7 months ago
Reviewers:
ericli, sosa
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

Fixed incorrect option comment in run_remote_tests. Autotest will not split comma separated arguments. The correct calling method for multiple arguments is to separate them by spaces and quote the whole thing. E.g., instead of: ./run_remote_tests --args arg1,arg2 It should be: ./run_remote_tests --args "arg1 arg2" See line 140 in src/third_party/autotest/files/server/autoserv_parser.py for confirmation. Change-Id: I88d65c0bd144942a856c2f95371d5a55b0a3a172 BUG= TEST=No code changes. Ran --help and --args to verify nothing dumb happened and the correctness of comment. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=15e4957

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M run_remote_tests.sh View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
DaleCurtis
Text fix. PTAL.
10 years, 2 months ago (2010-10-13 19:24:15 UTC) #1
sosa
10 years, 2 months ago (2010-10-13 19:26:12 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698