From 1232ae095a32d85a6ad515270442ba112e229f62 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Fri, 15 Oct 2021 17:31:23 +0530 Subject: [PATCH] Fix integer comparison issue for quick mode --- bin/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/test.sh b/bin/test.sh index 925e79b17..079ae0d6c 100755 --- a/bin/test.sh +++ b/bin/test.sh @@ -57,6 +57,7 @@ MEASURE=1 HPC_REPORT_OPTIONS= RAW=0 CABAL_BUILD_OPTIONS="--flag limit-build-mem" +TEST_QUICK_MODE=0 # XXX add a bisect option while test -n "$1"