forked from Archive/PX4-Autopilot
enable VTOL tests on CI again
This commit is contained in:
parent
c9f278e46f
commit
2f581a296e
|
@ -50,7 +50,7 @@ echo "<====="
|
||||||
set +e
|
set +e
|
||||||
echo "=====> run tests"
|
echo "=====> run tests"
|
||||||
rostest px4 mavros_posix_tests_iris.launch
|
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=$?
|
TEST_RESULT=$?
|
||||||
echo "<====="
|
echo "<====="
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue