mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
cerberus: re-enable install-check tests
This commit is contained in:
@@ -90,11 +90,13 @@ ocamlPackages.buildDunePackage (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
doInstallCheck = false;
|
||||
doInstallCheck = true;
|
||||
installCheckPhase = ''
|
||||
runHook preInstallCheck
|
||||
|
||||
# Bypass `dune exec` so its stderr warnings don't pollute test output.
|
||||
PATH="$out/bin":$PATH
|
||||
export WITH_CERB=cerberus
|
||||
|
||||
patchShebangs --build tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user