diff options
author | 2017-06-27 10:52:39 +0000 | |
---|---|---|
committer | 2017-06-27 10:52:39 +0000 | |
commit | 1c6a5ad92e84780be005877493fd5a281517194e (patch) | |
tree | 12f5b16d9039d1b3ef8d301013e983bc65214f0b /test-runner/tests | |
parent | 516bd5f8622c24d774b72ed3825cdc860cd045d2 (diff) | |
parent | 8c7026c5a32684976ffb745daf7ec5bab729f274 (diff) |
Merge "Clean up ClassPathPackageInfoSource"
am: 8c7026c5a3
Change-Id: I503ae16c4d47ce3cecb79987da919c7f579347da
Diffstat (limited to 'test-runner/tests')
-rw-r--r-- | test-runner/tests/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-runner/tests/Android.mk b/test-runner/tests/Android.mk index cc9b01d18fa6..7ee047e47058 100644 --- a/test-runner/tests/Android.mk +++ b/test-runner/tests/Android.mk @@ -18,7 +18,7 @@ include $(CLEAR_VARS) # We only want this apk build for tests. # # Run the tests using the following commands: -# adb -r install ${ANDROID_PRODUCT_OUT}/data/app/FrameworkTestRunnerTests/FrameworkTestRunnerTests.apk +# adb install -r ${ANDROID_PRODUCT_OUT}/data/app/FrameworkTestRunnerTests/FrameworkTestRunnerTests.apk # adb shell am instrument \ -e notAnnotation android.test.suitebuilder.examples.error.RunAsPartOfSeparateTest \ -w com.android.frameworks.testrunner.tests/android.test.InstrumentationTestRunner |