Merge lp:~canonical-platform-qa/qa-jenkins-jobs/fix-subunit-pip into lp:qa-jenkins-jobs

Proposed by Allan LeSage
Status: Merged
Approved by: Max Brustkern
Approved revision: 153
Merged at revision: 153
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/fix-subunit-pip
Merge into: lp:qa-jenkins-jobs
Diff against target: 12 lines (+1/-1)
1 file modified
jobs/ubuntu-system-tests/subunit-to-junit.sh (+1/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/fix-subunit-pip
Reviewer Review Type Date Requested Status
Max Brustkern (community) Approve
platform-qa-bot continuous-integration Approve
Review via email: mp+298581@code.launchpad.net

Commit message

Correct pip subunit source.

Description of the change

Obvious oversight :/ , thanks nuclearbob for a quick review when you're able.

To post a comment you must log in.
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Max Brustkern (nuclearbob) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jobs/ubuntu-system-tests/subunit-to-junit.sh'
2--- jobs/ubuntu-system-tests/subunit-to-junit.sh 2016-06-15 22:50:24 +0000
3+++ jobs/ubuntu-system-tests/subunit-to-junit.sh 2016-06-28 22:15:01 +0000
4@@ -2,7 +2,7 @@
5 virtualenv --python=python3 ve3
6 . ve3/bin/activate
7
8-pip3 install subunit
9+pip3 install python-subunit
10 pip3 install junitxml
11
12 subunit2junitxml $WORKSPACE/results/artifacts/test-results.subunit > $WORKSPACE/results/artifacts/test-results.xml

Subscribers

People subscribed via source and target branches