From 5bf7d403bd40e5188823be7dfe58ca0b978200ee Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Sun, 27 Sep 2015 02:08:36 +0200 Subject: [PATCH] [tests] fix test_all_confs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9fa545120b4..2123a0a3046 100644 --- a/Makefile +++ b/Makefile @@ -320,7 +320,7 @@ test_examples: all test_all_confs: all $(Q)$(eval $CONFS:=$(shell ./find_confs.py)) @echo "************\nFound $(words $($CONFS)) config files: $($CONFS)" - $(Q)$(foreach conf,$($CONFS),echo "\n************\nTesting all aircrafts in conf: $(conf)\n************" && (CONF_XML=$(conf) prove tests/examples/ || echo "failed $(conf)" >> TEST_ALL_CONFS_FAILED);) test -f TEST_ALL_CONFS_FAILED && cat TEST_ALL_CONFS_FAILED && rm -f TEST_ALL_CONFS_FAILED && exit 1 + $(Q)$(foreach conf,$($CONFS),echo "\n************\nTesting all aircrafts in conf: $(conf)\n************" && (CONF_XML=$(conf) prove tests/aircrafts/ || echo "failed $(conf)" >> TEST_ALL_CONFS_FAILED);) test -f TEST_ALL_CONFS_FAILED && cat TEST_ALL_CONFS_FAILED && rm -f TEST_ALL_CONFS_FAILED && exit 1 # run some math tests that don't need whole paparazzi to be built test_math: