From 0bc070a2423cc553b1e5c020476d8aab9464e5e2 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Thu, 15 Feb 2024 13:32:24 -0800 Subject: [PATCH] Update README.md --- testing/scenario_app/android/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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