[test] fix rename trusty -> ubuntu-1404

This commit is contained in:
Britta Weber 2016-03-30 13:58:22 +02:00
parent 6c1b415891
commit 0cf7d16495
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ If you wanted to retest all the release artifacts on a single VM you could:
-------------------------------------------------
gradle prepareTestRoot
vagrant up trusty --provider virtualbox && vagrant ssh trusty
vagrant up ubuntu-1404 --provider virtualbox && vagrant ssh ubuntu-1404
cd $TESTROOT
sudo bats $BATS/*.bats
-------------------------------------------------