From 310fffa9749172c0dac39715ba9a7e59e43b90a8 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 11 Aug 2010 07:40:16 +0000 Subject: [PATCH] nixos/lib/testing.nix: propogate exit code in runInVM function svn path=/nixos/trunk/; revision=23102 --- lib/testing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''