nix-gh/tests/timeout.builder.sh

3 lines
83 B
Bash
Raw Normal View History

2016-11-25 15:48:27 +01:00
echo "'timeout' builder entering an infinite loop"
2013-09-02 12:44:30 +02:00
while true ; do echo -n .; done