]> git.proxmox.com Git - mirror_qemu.git/commit - tests/check-block.sh
tests/check-block: Skip iotests when sanitizers are enabled
authorThomas Huth <thuth@redhat.com>
Fri, 23 Aug 2019 08:42:03 +0000 (10:42 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 3 Sep 2019 12:56:06 +0000 (14:56 +0200)
commit2cc4d1c5eab1d7b1fd7112c1fafccaf648b92a86
tree46731bd8f93f975db91a3bee58141a654c94c281
parent21b43d004813ae71d964f74e59ff149bb480db73
tests/check-block: Skip iotests when sanitizers are enabled

The sanitizers (especially the address sanitizer from Clang) are
sometimes printing out warnings or false positives - this spoils
the output of the iotests, causing some of the tests to fail.
Thus let's skip the automatic iotests during "make check" when the
user configured QEMU with --enable-sanitizers.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 20190823084203.29734-1-thuth@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/check-block.sh