summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'