summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-06-26 20:14:49 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-06-26 20:14:49 +0530
commitd2a6cf761db3f4bd3b7e94e15cf4f3f33ac349c8 (patch)
tree1166917a1bb56d8062656390576a4f1774785d75 /android
parent8090234e4be7d8c0c8e23a192f319f7599674a8e (diff)
Fix script location for bigLITTLE test definition.
Diffstat (limited to 'android')
-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 530e375..986de0b 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/bigLITTLE/run_stress_switcher_tests.sh -a &> stdout.log
+sh /system/bin/run_stress_switcher_tests.sh -a &> stdout.log
cat stdout.log | egrep -w "PASS|FAIL"
rm -rf stdout.log