mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
remove debugging
svn path=/nixos/trunk/; revision=20557
This commit is contained in:
parent
3fae175c10
commit
95f2e60c5d
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ rec {
|
|||
buildrunner = writeText "vm-build" ''
|
||||
source $1
|
||||
${coreutils}/bin/mkdir -p $TMPDIR
|
||||
exec $origBuilder $origArgs &> /hostfs/$TMPDIR/logzzzz
|
||||
exec $origBuilder $origArgs
|
||||
'';
|
||||
|
||||
testscript = ''
|
||||
|
|
Loading…
Reference in a new issue