tests skip junit output and cmake exclude from all

This commit is contained in:
Daniel Agar
2017-01-03 04:15:12 -05:00
parent 573aed0ee8
commit 9689163125
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ unittest: posix_sitl_default
@(cd build_unittest && ctest -j2 --output-on-failure)
run_tests_posix:
@$(call PX4_RUN,$(MAKE) --no-print-directory posix_sitl_default test_results_junit)
@$(call PX4_RUN,$(MAKE) --no-print-directory posix_sitl_default test_results)
tests: run_tests_posix
@$(call PX4_RUN,$(MAKE) --no-print-directory unittest)