1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/tests/timeout.builder.sh

3 lines
84 B
Bash
Raw Normal View History

echo "\`timeout' builder entering an infinite loop"
2013-09-02 06:44:30 -04:00
while true ; do echo -n .; done