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
87 B
Bash
Raw Normal View History

2014-08-20 11:00:17 -04:00
echo "timeout builder entering an infinite loop"
2013-09-02 06:44:30 -04:00
while true ; do echo -n .; done