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
=== modified file 'boottest.sh'
--- boottest.sh 2015-06-04 20:59:40 +0000
+++ boottest.sh 2015-06-04 22:06:49 +0000
@@ -193,6 +193,7 @@
193 # that adt-run generates because it provides the version of the193 # that adt-run generates because it provides the version of the
194 # fake boottest package, not the package we're actually testing.194 # fake boottest package, not the package we're actually testing.
195 adb pull /home/phablet/sourcepkg-version results/sourcepkg-version195 adb pull /home/phablet/sourcepkg-version results/sourcepkg-version
196 echo "Version tested: $(cat results/sourcepkg-version)"
196 set -e197 set -e
197fi198fi
198199

Subscribers

People subscribed via source and target branches