Merge lp:~elopio/snapcraft/coverage2 into lp:~snappy-dev/snapcraft/core

Proposed by Leo Arias
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 226
Merged at revision: 228
Proposed branch: lp:~elopio/snapcraft/coverage2
Merge into: lp:~snappy-dev/snapcraft/core
Diff against target: 14 lines (+2/-1)
1 file modified
runtests.sh (+2/-1)
To merge this branch: bzr merge lp:~elopio/snapcraft/coverage2
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+273167@code.launchpad.net

Commit message

Return to the branch root to make the test coverage report.

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'runtests.sh'
2--- runtests.sh 2015-09-23 12:12:45 +0000
3+++ runtests.sh 2015-10-02 02:26:02 +0000
4@@ -95,8 +95,9 @@
5 fi
6
7 # Go to the plainbox provider of snapcraft tests
8- cd integration-tests
9+ pushd integration-tests
10 ./runtests.sh $PLAINBOX_TEST_PLANS
11+ popd
12 }
13
14 parseargs "$@"

Subscribers

People subscribed via source and target branches

to all changes: