qpdf: get more useful test output (#435039)

This commit is contained in:
Vladimír Čunát
2025-08-19 18:53:27 +02:00
+7
View File
@@ -6,6 +6,7 @@
libjpeg,
perl,
zlib,
ctestCheckHook,
# for passthru.tests
cups-filters,
@@ -45,9 +46,15 @@ stdenv.mkDerivation (finalAttrs: {
libjpeg
];
nativeCheckInputs = [ ctestCheckHook ];
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
cmakeFlags = [
(lib.cmakeBool "SHOW_FAILED_TEST_OUTPUT" true)
];
preConfigure = ''
patchShebangs qtest/bin/qtest-driver
patchShebangs run-qtest