fixup! add set -x to installCheckPhase
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user