aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2012-10-11 16:21:14 -0700
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-10-11 16:21:14 -0700
commit379adcb1a42d029aa7ffe63d4d1ecebc0c371874 (patch)
treeef868b521d074ab58c29e543c81d668acc759205
parent71902193c9d04ad1bb07fb1569ad1b87307a085c (diff)
parent7d585b4681c29a44242817b8859cdc2fd5d6ad56 (diff)
downloadsource.android.com-tools_r21.tar.gz
Merge "Update the instructions on how to run CTS"tools_r21
-rw-r--r--src/compatibility/cts-development.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compatibility/cts-development.md b/src/compatibility/cts-development.md
index 6cee8793..ea43d1c5 100644
--- a/src/compatibility/cts-development.md
+++ b/src/compatibility/cts-development.md
@@ -44,11 +44,11 @@ CTS console:
cd /path/to/android/root
make cts
- cts
+ cts-tradefed
-Provide arguments to CTS to immediately start executing a test:
+At the cts-tf console, enter e.g.:
- cts start --plan CTS -p android.os.cts.BuildVersionTest
+ run cts --plan CTS -p android.os.cts.BuildVersionTest
## Writing CTS Tests ##