Merge lp:~pwlars/ubuntu-touch-boottest/boottest-fix-description into lp:ubuntu-touch-boottest

Proposed by Paul Larson
Status: Merged
Approved by: Paul Larson
Approved revision: 3
Merged at revision: 3
Proposed branch: lp:~pwlars/ubuntu-touch-boottest/boottest-fix-description
Merge into: lp:ubuntu-touch-boottest
Diff against target: 10 lines (+1/-0)
1 file modified
boottest.sh (+1/-0)
To merge this branch: bzr merge lp:~pwlars/ubuntu-touch-boottest/boottest-fix-description
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+261162@code.launchpad.net

Commit message

Echo the version we tested after pulling sourcepkg-version from the phone

Description of the change

Small patch to echo the version we tested so we can use it in the description setter. I'll follow this up with a patch for auto-package-testing jenkins template in a bit.

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) wrote :

Approve, tarmac should be already working.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'boottest.sh'
2--- boottest.sh 2015-06-04 20:59:40 +0000
3+++ boottest.sh 2015-06-04 22:06:49 +0000
4@@ -193,6 +193,7 @@
5 # that adt-run generates because it provides the version of the
6 # fake boottest package, not the package we're actually testing.
7 adb pull /home/phablet/sourcepkg-version results/sourcepkg-version
8+ echo "Version tested: $(cat results/sourcepkg-version)"
9 set -e
10 fi
11

Subscribers

People subscribed via source and target branches