]> Git Repo - qemu.git/blobdiff - tests/tpm-tests.c
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-050719-3' into...
[qemu.git] / tests / tpm-tests.c
index 93a5beba01654a48685b7abe600db87aadca1635..e640777aa9c261f65eb88d7364e04054747281e5 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_skip("swtpm not in PATH or missing --tpm2 support");
         return true;
     }
 
This page took 0.025736 seconds and 4 git commands to generate.