mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 19:04:35 +00:00

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>
24 lines
606 B
Diff
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
|
|
|