diff --git a/tests/default.nix b/tests/default.nix index a0b0b7f..755e8c8 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -173,6 +173,7 @@ let "\n" (pkgs.lib.mapAttrsToList (n: v: "echo Running test '${n}'\n${v}/bin/test-script") tests); in pkgs.writeScriptBin "all-test-scripts" '' + #!${pkgs.runtimeShell} set -e ${scripts} '';