summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2014-08-12 01:06:44 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2014-08-12 01:06:44 +0530
commit408c59ebf5bc3cceeae507f86896b65631c38329 (patch)
tree7496396deb7efc06272f79cad843dc177182fce6
parent166ae161136b177c61c9824c3022afc3a69fbc06 (diff)
idlestat : run steps fix
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--ubuntu/idlestat.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu/idlestat.yaml b/ubuntu/idlestat.yaml
index 412e119..41a0886 100644
--- a/ubuntu/idlestat.yaml
+++ b/ubuntu/idlestat.yaml
@@ -29,8 +29,9 @@ install:
- http://git.linaro.org/git-ro/power/idlestat.git
steps:
- 'ifconfig -a'
- - 'apt-get -y --force-yes install build-essential wget'
+ - 'apt-get -y --force-yes install build-essential'
run:
+ steps:
- 'cd idlestat; make'
- './idlestat --trace -f /tmp/mytrace -t 10'
- './idlestat --import -f /tmp/mytrace'