From e875a3cf9792ddc332c4606d7ec88827480658d6 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Thu, 9 Sep 2021 15:27:22 +0000 Subject: tcwg_gnu-build.sh: Disable bisections of testsuite failures Change-Id: I14570b35b7688d636555a15bd7da6800a8e9169a --- tcwg_gnu-build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh index 892a2662..5ef04e0f 100755 --- a/tcwg_gnu-build.sh +++ b/tcwg_gnu-build.sh @@ -205,6 +205,10 @@ no_regression_p () fi fi + # FIXME: In our current setup dejagnu testsuites are just not stable. + # We disable bisections until this is resolved. + res=0 + return $res ) } -- cgit v1.2.3