aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2015-02-18 13:47:59 -0800
committerLisa Nguyen <lisa.nguyen@linaro.org>2015-02-18 16:46:54 -0800
commita06e5bf69f8639d34b15cdf17ad7ebd21afb4458 (patch)
treecad39e4757ae889b9b33f24ec56510558bf47c37
parent4fe62773b7001e298603f724536a044fded13b8c (diff)
Update path for Switches.sh
In order to apply Vishal's new patches to get PM-QA back into the Android builds, the new location for the Switches.sh file is updated. Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-rw-r--r--include/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.sh b/include/functions.sh
index 11c911a..518f555 100644
--- a/include/functions.sh
+++ b/include/functions.sh
@@ -23,7 +23,7 @@
# - initial API and implementation
#
-. ../Switches.sh
+. ../Switches/Switches.sh
CPU_PATH="/sys/devices/system/cpu"
TEST_NAME=$(basename ${0%.sh})