This website requires JavaScript.
Explore
Help
Sign in
max
/
nix-super
Watch
1
Star
0
Fork
You've already forked nix-super
0
mirror of
https://github.com/privatevoid-net/nix-super.git
synced
2024-11-10 08:16:15 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b29d3f4aee
nix-super
/
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 18:19:13 +03:00
echo
"\`timeout' builder entering an infinite loop"
Show that --timeout doesn't work if the build produces log output
2013-04-23 18:16:29 +03:00
while
true
;
do
echo
foo
;
sleep 1
;
done
Reference in a new issue
Copy permalink