diff --git a/testing/scenario_app/android/README.md b/testing/scenario_app/android/README.md index c183141b38bf5..29fa4c702b3ff 100644 --- a/testing/scenario_app/android/README.md +++ b/testing/scenario_app/android/README.md @@ -10,10 +10,10 @@ run: ```sh # From the root of the engine repository -$ ./testing/run_android_tests.sh android_debug_unopt +$ ./testing/scenario_app/run_android_tests.sh android_debug_unopt # Or, for arm64 -$ ./testing/run_android_tests.sh android_debug_unopt_arm64 +$ ./testing/scenario_app/run_android_tests.sh android_debug_unopt_arm64 ``` ## CI Configuration