summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-04-11 12:09:23 +0530
committerSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-04-11 12:19:27 +0530
commit3fd94c3a20dc549daed74a357b7c2f0a5ee88765 (patch)
treeeb48b2da10d2d5233ca5362e935234a107210f95
parent23fb593175859e15dc2576f8472cf6827a9d94bb (diff)
pmqa: remove utils from the subtest directory list
- utils dir is having binaries which will be used by other tests of the suite. No need to consider it as a subtest. - bug : 1290766 Change-Id: I3f766d51ac423c7d4f4bc29bb892114746548855
-rwxr-xr-xcommon/scripts/pm-qa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/pm-qa.sh b/common/scripts/pm-qa.sh
index e9a6576..8736a46 100755
--- a/common/scripts/pm-qa.sh
+++ b/common/scripts/pm-qa.sh
@@ -35,7 +35,7 @@ test_func(){
pwd_dir=$PWD
echo $pwd
- tests_dirs="cpuidle cpufreq cpuhotplug suspend thermal utils"
+ tests_dirs="cpuidle cpufreq cpuhotplug suspend thermal"
for dir in $tests_dirs; do
var=$dir'_sanity.sh'