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:
parent
f99ac6d6f7
commit
26a5ff8ee3
1 changed files with 1 additions and 0 deletions
|
@ -24276,6 +24276,7 @@ with self; {
|
|||
|
||||
checkPhase = ''
|
||||
patchShebangs ./t ./scripts/yath
|
||||
export AUTOMATED_TESTING=1
|
||||
./scripts/yath test -j $NIX_BUILD_CORES
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue