mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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" ''
|
buildrunner = writeText "vm-build" ''
|
||||||
source $1
|
source $1
|
||||||
${coreutils}/bin/mkdir -p $TMPDIR
|
${coreutils}/bin/mkdir -p $TMPDIR
|
||||||
exec $origBuilder $origArgs &> /hostfs/$TMPDIR/logzzzz
|
exec $origBuilder $origArgs
|
||||||
'';
|
'';
|
||||||
|
|
||||||
testscript = ''
|
testscript = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue