Merge lp:~pwlars/ubuntu-test-cases/touch-rmrf into lp:ubuntu-test-cases/touch

Proposed by Paul Larson
Status: Merged
Merged at revision: 186
Proposed branch: lp:~pwlars/ubuntu-test-cases/touch-rmrf
Merge into: lp:ubuntu-test-cases/touch
Diff against target: 12 lines (+1/-1)
1 file modified
jenkins/templates/touch-base.xml.jinja2 (+1/-1)
To merge this branch: bzr merge lp:~pwlars/ubuntu-test-cases/touch-rmrf
Reviewer Review Type Date Requested Status
Javier Collado (community) Approve
Review via email: mp+206219@code.launchpad.net

This proposal supersedes a proposal from 2014-02-13.

Description of the change

Fix for LP:1279744

To post a comment you must log in.
Revision history for this message
Javier Collado (javier.collado) wrote :

Looks good to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jenkins/templates/touch-base.xml.jinja2'
2--- jenkins/templates/touch-base.xml.jinja2 2014-01-10 04:24:18 +0000
3+++ jenkins/templates/touch-base.xml.jinja2 2014-02-13 16:08:55 +0000
4@@ -49,7 +49,7 @@
5
6 # move results to base directory as expected by dashboard:
7 mv clientlogs/{{test}}/* ./clientlogs/
8-rmdir clientlogs/{{test}}
9+rm -rf clientlogs/{{test}}
10
11 {% if test == 'memevent' %}
12 adb pull /tmp/memory_usage.json ./clientlogs/

Subscribers

People subscribed via source and target branches