commit | 1c85eb8031d21590e5ad3d938eeb8c4639dc329b | [log] [tgz] |
---|---|---|
author | hongbo.zhang <hongbo.zhang@linaro.com> | Wed Jul 04 15:19:52 2012 +0800 |
committer | hongbo.zhang <hongbo.zhang@linaro.com> | Wed Nov 28 17:10:58 2012 +0800 |
tree | b8075a092b167613a5ee551ef7bcd1c570148fcc | |
parent | a206193ee42984daa5b6badd2e39d8f49d8ba17b [diff] [blame] |
Ignore the non-zero returns, go on executing the remaining test. Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
diff --git a/Test.mk b/Test.mk index 76f79b5..671bbf5 100644 --- a/Test.mk +++ b/Test.mk
@@ -44,7 +44,7 @@ @echo -n "### "; cat $(<:.sh=.txt); @echo -n "### "; grep "URL :" ./$< | awk '/http/{print $$NF}' @echo "###" - @./$< 2> $@ + -@./$< 2> $@ else run_tests: $(SNT) @cat $(<:.sh=.txt)