Merge lp:~mwasilew/lava-test/bootchartscript into lp:~linaro-foundations/lava-test/bootchartscript

Proposed by Milosz Wasilewski
Status: Needs review
Proposed branch: lp:~mwasilew/lava-test/bootchartscript
Merge into: lp:~linaro-foundations/lava-test/bootchartscript
Diff against target: 9 lines (+1/-1)
1 file modified
bootchartscript.sh (+1/-1)
To merge this branch: bzr merge lp:~mwasilew/lava-test/bootchartscript
Reviewer Review Type Date Requested Status
Linaro Builds and Baselines Pending
Review via email: mp+183014@code.launchpad.net

Description of the change

Fixed path for calling python script

To post a comment you must log in.

Unmerged revisions

7. By Milosz Wasilewski

fixed python script path in the shell script

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bootchartscript.sh'
2--- bootchartscript.sh 2012-12-14 07:20:23 +0000
3+++ bootchartscript.sh 2013-08-29 20:26:50 +0000
4@@ -24,5 +24,5 @@
5 BASE="/var/log/bootchart/$base-$count"
6 TARBALL="$BASE.tgz"
7
8-python $PWD/bootchartscript/bootcharttest.py $TARBALL -q > bootchart.log
9+python $PWD/bootcharttest.py $TARBALL -q > bootchart.log
10

Subscribers

People subscribed via source and target branches