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
=== modified file 'bootchartscript.sh'
--- bootchartscript.sh 2012-12-14 07:20:23 +0000
+++ bootchartscript.sh 2013-08-29 20:26:50 +0000
@@ -24,5 +24,5 @@
24BASE="/var/log/bootchart/$base-$count"24BASE="/var/log/bootchart/$base-$count"
25TARBALL="$BASE.tgz"25TARBALL="$BASE.tgz"
2626
27python $PWD/bootchartscript/bootcharttest.py $TARBALL -q > bootchart.log27python $PWD/bootcharttest.py $TARBALL -q > bootchart.log
2828

Subscribers

People subscribed via source and target branches