diff --git a/lib/testing.nix b/lib/testing.nix index 17103115325c..747419301b75 100644 --- a/lib/testing.nix +++ b/lib/testing.nix @@ -121,7 +121,7 @@ rec { $origBuilder $origArgs - echo "Exit code:" $? + exit $? ''; testscript = ''