Merge lp:~mzanetti/unity8/coding-single-test into lp:unity8
| Status: | Merged |
|---|---|
| Approved by: | Albert Astals Cid on 2015-05-18 |
| Approved revision: | 1779 |
| Merged at revision: | 1814 |
| Proposed branch: | lp:~mzanetti/unity8/coding-single-test |
| Merge into: | lp:unity8 |
| Diff against target: |
13 lines (+4/-0) 1 file modified
CODING (+4/-0) |
| To merge this branch: | bzr merge lp:~mzanetti/unity8/coding-single-test |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Daniel d'Andrada (community) | Abstain on 2015-05-18 | ||
| PS Jenkins bot | continuous-integration | Needs Fixing on 2015-05-18 | |
| Albert Astals Cid (community) | 2015-05-18 | Approve on 2015-05-18 | |
|
Review via email:
|
|||
Commit Message
add info on how to run a single function in make test
Description of the Change
* Are there any related MPs required for this MP to build/function as expected? Please list.
no
* Did you perform an exploratory manual test run of your code change and any related functionality?
no, just a change in a txt file
* Did you make sure that your branch does not contain spurious tags?
yes
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
n/a
* If you changed the UI, has there been a design review?
n/a
| Albert Astals Cid (aacid) wrote : | # |
| Daniel d'Andrada (dandrader) wrote : | # |
It should go below
"""
12 So, for the DragHandle component that would be:
13
14 $ make testDragHandle
"""
Not above it.
| Daniel d'Andrada (dandrader) wrote : | # |
Btw, I didn't know about it. I always did "s/function test_/function notest_" when I wanted to isolate a single test :)
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1778
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https:/
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1779. By Michael Zanetti on 2015-05-18
-
move it a bit
| Michael Zanetti (mzanetti) wrote : | # |
> It should go below
>
> """
> 12 So, for the DragHandle component that would be:
> 13
> 14 $ make testDragHandle
> """
>
> Not above it.
done

* Did you perform an exploratory manual test run of the code change and any related functionality?
Yes
* Did CI run pass? If not, please explain why.
N/A
* Did you make sure that the branch does not contain spurious tags?
Yes