This website requires JavaScript.
Explore
Help
Sign In
lix-project
/
lix
Watch
20
Star
55
Fork
You've already forked lix
31
Code
Issues
346
Code Review (Gerrit)
Projects
3
Releases
Wiki
Activity
6016bcd30e
lix
/
tests
/
timeout.builder.sh
3 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Add support for the `build-timeout' and `--timeout' options.
2011-06-30 15:19:13 +00:00
echo
"\`timeout' builder entering an infinite loop"
Show that --timeout doesn't work if the build produces log output
2013-04-23 15:16:29 +00:00
while
true
;
do
echo
foo
;
sleep 1
;
done
Reference in a new issue
Copy permalink