mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Show that --timeout doesn't work if the build produces log output
This commit is contained in:
parent
6955d41f2b
commit
f9974f856e
2 changed files with 1 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
echo "\`timeout' builder entering an infinite loop"
|
||||
while true ; do : ; done
|
||||
while true ; do echo foo; sleep 1; done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue