From 35d1f726eb9fdd376ab900587fb02122b72f2b9a Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Wed, 28 Dec 2016 00:19:49 +0200 Subject: fate: Add --ignore-tests configure option for omitting specific FATE tests This can be useful to filter out noise in known-broken scenarios like miscompilation by legacy compilers and similar. Originally based on a patch by Diego Biurrun. Signed-off-by: Diego Biurrun --- tests/fate.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/fate.sh') diff --git a/tests/fate.sh b/tests/fate.sh index 4608d2ddf7..c93e20a464 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -47,6 +47,7 @@ configure()( --prefix="${inst}" \ --samples="${samples}" \ --enable-gpl \ + ${ignore_tests:+--ignore-tests="$ignore_tests"} \ ${arch:+--arch=$arch} \ ${cpu:+--cpu="$cpu"} \ ${toolchain:+--toolchain="$toolchain"} \ -- cgit v1.2.3