forked from mirrors/nixpkgs
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 a new issue