From 7804611e2fa7dec43b5c28b3bef514b2e2ee3348 Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 2 Mar 2019 16:35:24 +0100 Subject: [PATCH] Fix -m 8100 module_jit_build_options hook --- tools/test.pl | 2 +- tools/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test.pl b/tools/test.pl index 353d584e3..ca9fa563d 100755 --- a/tools/test.pl +++ b/tools/test.pl @@ -16,7 +16,7 @@ use List::Util 'shuffle'; # allows require by filename use lib "$FindBin::Bin/test_modules"; -my $IS_OPTIMIZED = 1; +my $IS_OPTIMIZED = 0; my $TYPES = [ 'single', 'passthrough', 'verify' ]; diff --git a/tools/test.sh b/tools/test.sh index a7c1d143f..30da2adea 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -5,7 +5,7 @@ ## License.....: MIT ## -OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable -O" +OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable" TDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"