nixos/lib/testing.nix: propogate exit code in runInVM function

svn path=/nixos/trunk/; revision=23102
This commit is contained in:
Rob Vermaas 2010-08-11 07:40:16 +00:00
parent 2e0a569187
commit 310fffa974
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ rec {
$origBuilder $origArgs
echo "Exit code:" $?
exit $?
'';
testscript = ''