perlPackages.Test2Harness: fix tests
Set AUTOMATED_TESTING=1 in the checkPhase as we override it for Test2Harness to allow it to test itself. This env var is usually set by default by buildPerlPackage.
This commit is contained in:
@@ -24276,6 +24276,7 @@ with self; {
|
||||
|
||||
checkPhase = ''
|
||||
patchShebangs ./t ./scripts/yath
|
||||
export AUTOMATED_TESTING=1
|
||||
./scripts/yath test -j $NIX_BUILD_CORES
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user