Merge lp:~canonical-platform-qa/qa-jenkins-jobs/verbose-adt-run into lp:qa-jenkins-jobs

Proposed by Allan LeSage
Status: Merged
Approved by: Max Brustkern
Approved revision: 51
Merged at revision: 51
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/verbose-adt-run
Merge into: lp:qa-jenkins-jobs
Diff against target: 11 lines (+1/-1)
1 file modified
scripts/ubuntu-system-tests/run-ubuntu-system-tests.sh (+1/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/verbose-adt-run
Reviewer Review Type Date Requested Status
Max Brustkern (community) Approve
Review via email: mp+292103@code.launchpad.net

Commit message

Verbose debug logging for adt-run.

To post a comment you must log in.
Revision history for this message
Max Brustkern (nuclearbob) 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 'scripts/ubuntu-system-tests/run-ubuntu-system-tests.sh'
2--- scripts/ubuntu-system-tests/run-ubuntu-system-tests.sh 2016-03-04 00:25:59 +0000
3+++ scripts/ubuntu-system-tests/run-ubuntu-system-tests.sh 2016-04-18 01:50:17 +0000
4@@ -20,7 +20,7 @@
5 bzr branch $UBUNTU_SYSTEM_TESTS_BRANCH ubuntu-system-tests
6 cd ubuntu-system-tests
7 python3 setup.py develop
8-python3 -m ubuntu_system_tests.command_line -n -i -u --config=$CONFIG_PATH "$TESTS"
9+python3 -m ubuntu_system_tests.command_line -n -i -u -v --config=$CONFIG_PATH "$TESTS"
10
11 deactivate # our virtualenv
12

Subscribers

People subscribed via source and target branches