From 55b039c162378d91b1d1fd1fa721d2faba2629c3 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Wed, 12 Oct 2011 14:24:27 +0200 Subject: [PATCH] CC-2870: Create testing infrastructure for testing upgrades -ignore an error where airtime-full-install would return a non-zero return value. --- dev_tools/fabric/fab_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_tools/fabric/fab_setup.py b/dev_tools/fabric/fab_setup.py index b795756aa..8dbe87bda 100644 --- a/dev_tools/fabric/fab_setup.py +++ b/dev_tools/fabric/fab_setup.py @@ -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():