summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xandroid/scripts/bigLITTLE/bigLITTLE.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/scripts/bigLITTLE/bigLITTLE.sh b/android/scripts/bigLITTLE/bigLITTLE.sh
index 52b9ee3..530e375 100755
--- a/android/scripts/bigLITTLE/bigLITTLE.sh
+++ b/android/scripts/bigLITTLE/bigLITTLE.sh
@@ -22,6 +22,6 @@
#
echo "run_stress_switcher_tests"
-sh $PWD/android/scripts/run_stress_switcher_tests.sh -a &> stdout.log
+sh $PWD/android/scripts/bigLITTLE/run_stress_switcher_tests.sh -a &> stdout.log
cat stdout.log | egrep -w "PASS|FAIL"
rm -rf stdout.log