CC-2870: Create testing infrastructure for testing upgrades

-ignore an error where airtime-full-install would return a non-zero return value.
This commit is contained in:
Martin Konecny 2011-10-12 14:24:27 +02:00
parent 3727709e86
commit 55b039c162
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ def airtime_devel():
sudo('apt-get update')
sudo('apt-get install -y git-core')
run('git clone https://github.com/sourcefabric/Airtime.git ~/airtime')
sudo('cd ~/airtime && git checkout devel && install_full/ubuntu/airtime-full-install')
sudo('cd ~/airtime && git checkout devel && install_full/ubuntu/airtime-full-install || true')
def airtime_200():