From: Karel Zak Date: Mon, 8 Jun 2020 09:45:09 +0000 (+0200) Subject: tests: don't use ASAN in build tests X-Git-Tag: v2.36-rc1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7c875d4a9d4842b0a04dd18b0878f3d98ad98ed;p=thirdparty%2Futil-linux.git tests: don't use ASAN in build tests Signed-off-by: Karel Zak --- diff --git a/tests/ts/build-sys/config b/tests/ts/build-sys/config index 113fbb9387..1adefd327a 100755 --- a/tests/ts/build-sys/config +++ b/tests/ts/build-sys/config @@ -24,7 +24,7 @@ ts_cd $top_builddir && make -j clean &> /dev/null for conf in $config_gen_dir/config-gen.d/*.conf; do ts_init_subtest $(basename $conf | sed 's/\.conf//') - opts=$(ul_get_configuration $conf) + opts=$(ul_get_configuration $conf | sed 's/--enable-asan//') olddir=$(pwd) ts_cd $top_builddir