Unverified Commit d67f00f7 authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

cerberus: re-enable install-check tests (#515118)

parents 76e606d3 df6d7e2a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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