1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-14 21:11:04 +01:00

Adda test for build-max-log-size

This commit is contained in:
Eelco Dolstra 2013-09-02 12:44:30 +02:00
parent b29d3f4aee
commit 6ec8dab06a
2 changed files with 11 additions and 14 deletions

View file

@ -1,2 +1,2 @@
echo "\`timeout' builder entering an infinite loop"
while true ; do echo foo; sleep 1; done
while true ; do echo -n .; done