From d995f758c2574fbb0ea25db90506b1eb47906081 Mon Sep 17 00:00:00 2001 From: Andreas Antener Date: Mon, 27 Jun 2016 22:47:54 +0200 Subject: [PATCH] added mission test to CI run --- integrationtests/run_tests.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/integrationtests/run_tests.bash b/integrationtests/run_tests.bash index 6894252a56..b17b7511dc 100755 --- a/integrationtests/run_tests.bash +++ b/integrationtests/run_tests.bash @@ -50,6 +50,7 @@ echo "<=====" set +e echo "=====> run tests" rostest px4 mavros_posix_tests_iris.launch +rostest px4 mavros_posix_tests_standard_vtol.launch TEST_RESULT=$? echo "<====="