[PATCH 1/4] tpmevlog: add to batch tests
Alex Hung
alex.hung at canonical.com
Thu Jun 17 20:11:50 UTC 2021
This also allows tpmevlog to be shown in fwts-live (fwts-frontend-text)
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
src/tpm/tpmevlog/tpmevlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tpm/tpmevlog/tpmevlog.c b/src/tpm/tpmevlog/tpmevlog.c
index 85c4b907..95406663 100644
--- a/src/tpm/tpmevlog/tpmevlog.c
+++ b/src/tpm/tpmevlog/tpmevlog.c
@@ -497,4 +497,4 @@ static fwts_framework_ops tpmevlog_ops = {
.minor_tests = tpmevlog_tests
};
-FWTS_REGISTER("tpmevlog", &tpmevlog_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_ROOT_PRIV)
+FWTS_REGISTER("tpmevlog", &tpmevlog_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_BATCH | FWTS_FLAG_ROOT_PRIV)
--
2.32.0
More information about the fwts-devel
mailing list