]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: don't use ASAN in build tests
authorKarel Zak <kzak@redhat.com>
Mon, 8 Jun 2020 09:45:09 +0000 (11:45 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 8 Jun 2020 09:45:09 +0000 (11:45 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/build-sys/config

index 113fbb93875ffc1c2a3ef33d7ba7222b2e3b638e..1adefd327a28fed5b01eeeb17056cf6b6ef8aebf 100755 (executable)
@@ -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