mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Show that --timeout doesn't work if the build produces log output
This commit is contained in:
parent
6955d41f2b
commit
f9974f856e
@ -1,2 +1,2 @@
|
||||
echo "\`timeout' builder entering an infinite loop"
|
||||
while true ; do : ; done
|
||||
while true ; do echo foo; sleep 1; done
|
||||
|
@ -3,6 +3,4 @@ with import ./config.nix;
|
||||
mkDerivation {
|
||||
name = "timeout";
|
||||
builder = ./timeout.builder.sh;
|
||||
PATH = "";
|
||||
goodPath = path;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user