aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rames <alexandre.rames@linaro.org>2016-10-03 13:39:26 +0100
committerAlexandre Rames <alexandre.rames@linaro.org>2016-10-03 13:40:13 +0100
commit8f2044ca982d9c4028cc8b2da031975910a9e660 (patch)
treee121c2df9cd86a38970755340850483721d99668
parentc0a4c6666b2444e589a84640d1bd380873da586c (diff)
downloadart-build-scripts-8f2044ca982d9c4028cc8b2da031975910a9e660.tar.gz
Fix the help message for `run_test`.
Test: presubmit.sh Change-Id: I4f91bae826fceb44b53736b76ebed379b3278cce
-rwxr-xr-xtests/test_art_target.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_art_target.sh b/tests/test_art_target.sh
index d5029602..55b61e70 100755
--- a/tests/test_art_target.sh
+++ b/tests/test_art_target.sh
@@ -232,9 +232,8 @@ run_test_unwrapped() {
# If a test failed, add it to the list of failed tests.
# Arguments:
# ${1}: test target.
-# ${2}: -j count.
-# ${3}: test name.
-# ${4}: bitness.
+# ${2}: test name.
+# ${3}: bitness.
run_test() {
start_adb_section "$2_$3"