Merge lp:~mzanetti/unity/dont-halt-on-test-failure into lp:unity/phablet

Proposed by Michael Zanetti
Status: Merged
Approved by: Michał Sawicz
Approved revision: no longer in the source branch.
Merged at revision: 552
Proposed branch: lp:~mzanetti/unity/dont-halt-on-test-failure
Merge into: lp:unity/phablet
Diff against target: 11 lines (+1/-1)
1 file modified
runtests.sh (+1/-1)
To merge this branch: bzr merge lp:~mzanetti/unity/dont-halt-on-test-failure
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Michał Sawicz Approve
Review via email: mp+157607@code.launchpad.net

Commit message

dont stop test execution on a failure

To post a comment you must log in.
Revision history for this message
Michał Sawicz (saviq) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

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 2013-04-05 10:58:29 +0000
3+++ runtests.sh 2013-04-08 09:12:21 +0000
4@@ -38,7 +38,7 @@
5 cd -
6
7 make check
8-make qmluitests
9+make -k qmluitests
10
11 cd -
12

Subscribers

People subscribed via source and target branches