]> Git Repo - qemu.git/blobdiff - tests/check-block.sh
qcow2: QcowHeaderExtension print names for extension magics
[qemu.git] / tests / check-block.sh
index c8b6cec3f68cb02fd3816c461bac0cb6f8507e75..ad320c21baaa550d5c574d5d076772ccb1af59fb 100755 (executable)
@@ -16,11 +16,16 @@ if [ "$#" -ne 0 ]; then
     format_list="$@"
 fi
 
-if grep -q "TARGET_GPROF=y" *-softmmu/config-target.mak 2>/dev/null ; then
+if grep -q "CONFIG_GPROF=y" config-host.mak 2>/dev/null ; then
     echo "GPROF is enabled ==> Not running the qemu-iotests."
     exit 0
 fi
 
+if grep -q "CFLAGS.*-fsanitize" config-host.mak 2>/dev/null ; then
+    echo "Sanitizers are enabled ==> Not running the qemu-iotests."
+    exit 0
+fi
+
 if [ -z "$(find . -name 'qemu-system-*' -print)" ]; then
     echo "No qemu-system binary available ==> Not running the qemu-iotests."
     exit 0
This page took 0.019511 seconds and 4 git commands to generate.