From 2f581a296ef574ed6420454dd9bbad3944cac82f Mon Sep 17 00:00:00 2001 From: Andreas Antener Date: Tue, 28 Jun 2016 00:01:53 +0200 Subject: [PATCH] enable VTOL tests on CI again --- integrationtests/run_tests.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationtests/run_tests.bash b/integrationtests/run_tests.bash index 83e3121d87..b17b7511dc 100755 --- a/integrationtests/run_tests.bash +++ b/integrationtests/run_tests.bash @@ -50,7 +50,7 @@ echo "<=====" set +e echo "=====> run tests" rostest px4 mavros_posix_tests_iris.launch -#rostest px4 mavros_posix_tests_standard_vtol.launch +rostest px4 mavros_posix_tests_standard_vtol.launch TEST_RESULT=$? echo "<====="