]> Git Repo - qemu.git/blobdiff - tests/tpm-tests.c
hw/timer/armv7m_systick: Forbid non-privileged accesses
[qemu.git] / tests / tpm-tests.c
index 582ec0cfd4f767235397ea5f34b4207863014c55..e640777aa9c261f65eb88d7364e04054747281e5 100644 (file)
@@ -22,7 +22,7 @@ static bool
 tpm_test_swtpm_skip(void)
 {
     if (!tpm_util_swtpm_has_tpm2()) {
-        g_test_message("swtpm not in PATH or missing --tpm2 support");
+        g_test_skip("swtpm not in PATH or missing --tpm2 support");
         return true;
     }
 
This page took 0.020189 seconds and 4 git commands to generate.