Merge lp:~achiang/ubuntu-test-cases/savile-colo-2 into lp:ubuntu-test-cases/touch

Proposed by Alex Chiang
Status: Merged
Merged at revision: 134
Proposed branch: lp:~achiang/ubuntu-test-cases/savile-colo-2
Merge into: lp:ubuntu-test-cases/touch
Diff against target: 12 lines (+1/-1)
1 file modified
tests/customizations/setup.sh (+1/-1)
To merge this branch: bzr merge lp:~achiang/ubuntu-test-cases/savile-colo-2
Reviewer Review Type Date Requested Status
Andy Doan (community) Approve
Review via email: mp+202184@code.launchpad.net

Description of the change

  Update tests/customizations/setup.sh to handle updated lp:savilerow project

  lp:savilerow now includes the formerly separate tests/ branch, co-locating
  both code and tests in the same branch.

  Update the script here to bzr export the tests from the new location.

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) wrote :

tested locally.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/customizations/setup.sh'
2--- tests/customizations/setup.sh 2014-01-15 20:45:56 +0000
3+++ tests/customizations/setup.sh 2014-01-17 23:12:48 +0000
4@@ -2,7 +2,7 @@
5
6 set -ex
7
8-BZR_HOME=/dev/null bzr branch lp:~savilerow-team/savilerow/tests customization_tests
9+BZR_HOME=/dev/null bzr export customization_tests lp:savilerow/tests
10
11 # copy the autopilot scripts over if needed (ie we are testing from HOST)
12 [ -z $ANDROID_SERIAL ] || adb push ./customization_tests /home/phablet/autopilot/customization_tests

Subscribers

People subscribed via source and target branches