mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
checkPhase: Pass VERBOSE=y so that failing tests show something useful
This commit is contained in:
parent
e4a11b4d92
commit
0008138201
@ -627,7 +627,7 @@ checkPhase() {
|
||||
make ${makefile:+-f $makefile} \
|
||||
${enableParallelBuilding:+-j${NIX_BUILD_CORES} -l${NIX_BUILD_CORES}} \
|
||||
$makeFlags "${makeFlagsArray[@]}" \
|
||||
$checkFlags "${checkFlagsArray[@]}" ${checkTarget:-check}
|
||||
${checkFlags:-VERBOSE=y} "${checkFlagsArray[@]}" ${checkTarget:-check}
|
||||
|
||||
runHook postCheck
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user