summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-05-27 18:52:55 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-05-27 18:52:55 +0530
commit37338305f429d7554549494808e10c20058f9fc2 (patch)
treea34366f1df3f01da1d0e9c4a1bbf7e95f0b900d9
parent82a89bfc852c4df2be0f5f93b7a1ac65eb4c5c14 (diff)
Fix path in bigLITTLE script.
-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