summaryrefslogtreecommitdiffstats
path: root/docs/making-changes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/making-changes.md')
-rw-r--r--docs/making-changes.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/making-changes.md b/docs/making-changes.md
index f0e94d5..ac84b86 100644
--- a/docs/making-changes.md
+++ b/docs/making-changes.md
@@ -16,11 +16,6 @@ This codebase has both integration and unittests, all of which are expected to
consistently pass against a device/emulator:
```
-$ mmma system/tools/aidl && \
- out/host/linux-x86/nativetest64/aidl_unittests/aidl_unittests && \
- adb remount && adb sync && \
- adb install -r `find out/ -name aidl_test_services.apk` && \
- (pushd system/tools/aidl/ && tests/integration-test.py) && \
- echo "All tests pass"
+$ ./runtests.sh && echo "All tests pass"
```