]> Git Repo - qemu.git/blobdiff - tests/tpm-tests.c
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
[qemu.git] / tests / tpm-tests.c
index 93a5beba01654a48685b7abe600db87aadca1635..582ec0cfd4f767235397ea5f34b4207863014c55 100644 (file)
@@ -22,7 +22,7 @@ static bool
 tpm_test_swtpm_skip(void)
 {
     if (!tpm_util_swtpm_has_tpm2()) {
-        fprintf(stderr, "swtpm not in PATH or missing --tpm2 support; ");
+        g_test_message("swtpm not in PATH or missing --tpm2 support");
         return true;
     }
 
This page took 0.023581 seconds and 4 git commands to generate.