aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhongbo.zhang <hongbo.zhang@linaro.com>2012-07-04 15:19:52 +0800
committerhongbo.zhang <hongbo.zhang@linaro.com>2012-11-28 17:10:58 +0800
commit1c85eb8031d21590e5ad3d938eeb8c4639dc329b (patch)
treeb8075a092b167613a5ee551ef7bcd1c570148fcc
parenta206193ee42984daa5b6badd2e39d8f49d8ba17b (diff)
Ignore the non-zero returns, go on executing the remaining test.
Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
-rw-r--r--Test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.mk b/Test.mk
index 76f79b5..671bbf5 100644
--- a/Test.mk
+++ b/Test.mk
@@ -44,7 +44,7 @@ run_tests: uncheck $(EXEC) $(LOG)
@echo -n "### "; cat $(<:.sh=.txt);
@echo -n "### "; grep "URL :" ./$< | awk '/http/{print $$NF}'
@echo "###"
- @./$< 2> $@
+ -@./$< 2> $@
else
run_tests: $(SNT)
@cat $(<:.sh=.txt)