summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorSenthil Kumaran S <senthil.kumaran@linaro.org>2015-01-27 17:48:57 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-01-28 08:38:35 +0000
commit7814a658c63c76b8506d89bfb7f78914cfce80d1 (patch)
tree0325681d12f4f5ad3574f8ba979c0aa0908bb22b /ubuntu
parent24c96ec10cadca2326942179fa591df6f3fe89da (diff)
Ubuntu: Fix pwrmgmt test to have the correct tag reference.
Fix bug #1141 - Failure to clone PM-QA repo by tag using new ... Change-Id: I9228ab7557c1077245f00beb77744ca8eb4aace1 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/pwrmgmt.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/pwrmgmt.yaml b/ubuntu/pwrmgmt.yaml
index 25716d3..8c8503a 100644
--- a/ubuntu/pwrmgmt.yaml
+++ b/ubuntu/pwrmgmt.yaml
@@ -30,18 +30,18 @@ install:
git-repos:
- url: git://git.linaro.org/power/pm-qa.git
destination: pm-qa
- branch: $RELEASE
+ branch: RELEASE
steps:
- "cd pm-qa"
- "make -C utils"
params:
PWR_TESTARG: cpufreq cpuidle cpuhotplug thermal cputopology
- RELEASE: 'tags/pm-qa-v0.4.15'
+ RELEASE: 'pm-qa-v0.4.15'
run:
steps:
- - cd pm-qa
+ - cd pm-qa
- for testset in $PWR_TESTARG; do make -C $testset check; done
parse: