[packages/cryptsetup/debug-unit-wipe-test] do disable direct io in isolated unit-wipe-test execution

atler atler at pld-linux.org
Mon Feb 5 02:45:56 CET 2024


commit 7322f67c8238ccb1b7bba2c15fc000570ce893cc
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Feb 5 00:52:21 2024 +0100

    do disable direct io in isolated unit-wipe-test execution

 cryptsetup.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cryptsetup.spec b/cryptsetup.spec
index c5e2633..71ce890 100644
--- a/cryptsetup.spec
+++ b/cryptsetup.spec
@@ -232,7 +232,7 @@ diet ${CC#ccache } %{rpmcppflags} %{rpmcflags} %{rpmldflags} -Os -I. -I./lib -st
 %{__make}
 
 %{?with_tests:%{__make} -C tests unit-wipe}
-%{?with_tests:cd tests && strace -s 512 -f ./unit-wipe-test}
+%{?with_tests:cd tests && FILE_NODIO=1 strace -s 512 -f ./unit-wipe-test}
 %{?with_tests:FILE_NODIO=1 %{__make} check}
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cryptsetup.git/commitdiff/7322f67c8238ccb1b7bba2c15fc000570ce893cc



More information about the pld-cvs-commit mailing list