fixup! add set -x to installCheckPhase

This commit is contained in:
Simon Gardling
2025-12-13 21:46:06 -05:00
parent 72553e5ee6
commit 267b031d77
+2
View File
@@ -108,6 +108,8 @@ stdenv.mkDerivation (finalAttrs: {
installCheckPhase = ''
runHook preInstallCheck
set -x
# Test basic functionality
$out/bin/jmeter --version 2>&1 | grep -q "${finalAttrs.version}"