guix/tests/timeout.builder.sh

3 lines
84 B
Bash
Raw Normal View History

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