swtpm/tests/patches/0005-Disable-tests-related-to-events.patch
Stefan Berger e78c9db255 tests: Apply patches to IBM TSS2 test suite
Apply patches to the IBM TSS2 test suite rather than using sed on its
files and other types of file manipulations.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2021-03-01 07:54:27 -05:00

24 lines
606 B
Diff

From 19ce952c3a7205585bed8cb063dc2b1f23434ba4 Mon Sep 17 00:00:00 2001
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
Date: Sun, 28 Feb 2021 16:33:02 -0500
Subject: [PATCH 5/9] Disable tests related to 'events'
---
utils/regtests/testevent.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/regtests/testevent.sh b/utils/regtests/testevent.sh
index 6d78ba5..9252161 100755
--- a/utils/regtests/testevent.sh
+++ b/utils/regtests/testevent.sh
@@ -1,5 +1,6 @@
#!/bin/bash
#
+exit 0
#################################################################################
# #
--
2.26.2