nix-super/tests/timeout.builder.sh

3 lines
87 B
Bash
Raw Normal View History

2014-08-20 18:00:17 +03:00
echo "timeout builder entering an infinite loop"
2013-09-02 13:44:30 +03:00
while true ; do echo -n .; done