diff options
| author | 2019-01-21 17:47:09 +0000 | |
|---|---|---|
| committer | 2019-01-21 17:49:29 +0000 | |
| commit | 00675a3de26383ba77b0c6532621ba8323351b9d (patch) | |
| tree | b9d501be89c21d9bfd25148a539fe2713a71a8c3 | |
| parent | 458f1de39d37ed8adebe562696c492f5035ea001 (diff) | |
Fix dumpstate test instructions
Amend command to copy all tests including smoke tests
Test: verified instruction
Change-Id: I107be21f2acab3a9965a114fb2219e3d21c871b1
| -rw-r--r-- | cmds/dumpstate/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/README.md b/cmds/dumpstate/README.md index 6ac17d8772..273a5a645b 100644 --- a/cmds/dumpstate/README.md +++ b/cmds/dumpstate/README.md @@ -49,7 +49,7 @@ adb shell mkdir /data/nativetest64 Then run: ``` -mmm -j frameworks/native/cmds/dumpstate/ && adb push ${OUT}/data/nativetest64/dumpstate_test* /data/nativetest64 && adb shell /data/nativetest64/dumpstate_test/dumpstate_test +mmm -j frameworks/native/cmds/dumpstate/ && adb push ${OUT}/data/nativetest64/dumpstate_* /data/nativetest64 && adb shell /data/nativetest64/dumpstate_test/dumpstate_test ``` And to run just one test (for example, `DumpstateTest.RunCommandNoArgs`): |