← Back to team overview

ubuntu-server-ec2-testing-dev team mailing list archive

[Merge] lp:~daniel-thewatkins/ec2-automated-tests/use-new-location into lp:ec2-automated-tests

 

Daniel Watkins has proposed merging lp:~daniel-thewatkins/ec2-automated-tests/use-new-location into lp:ec2-automated-tests.

Requested reviews:
  Ben Howard (utlemming)

For more details, see:
https://code.launchpad.net/~daniel-thewatkins/ec2-automated-tests/use-new-location/+merge/234447

We've moved the code, so we should probably use that location when we pull down the tests.
-- 
https://code.launchpad.net/~daniel-thewatkins/ec2-automated-tests/use-new-location/+merge/234447
Your team Ubuntu Server ec2 Testing Developers is subscribed to branch lp:ec2-automated-tests.
=== modified file 'global/execute_tests.sh'
--- global/execute_tests.sh	2011-06-02 11:00:04 +0000
+++ global/execute_tests.sh	2014-09-12 09:51:41 +0000
@@ -7,7 +7,7 @@
 sudo apt-get -y install python-subunit subunit python-junitxml bzr
 
 cd /tmp
-bzr branch lp:~ubuntu-server-ec2-testing-dev/+junk/ec2-automated-tests tests
+bzr branch lp:ec2-automated-tests tests
 cd tests/${TEST_NAME}
 sudo python -m subunit.run test | subunit2junitxml > /tmp/TEST-ininstance-${TEST_ID}-results.xml
 


Follow ups