1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

* Top-level: don't exit on errors.

This commit is contained in:
Eelco Dolstra 2009-03-23 01:13:37 +00:00
parent d9424b6364
commit 0da0384753

View file

@ -467,7 +467,10 @@ if (scalar @ARGV == 2) {
while (1) { while (1) {
checkJobs; eval {
checkJobs;
};
if ($@) { print "$@"; }
print "sleeping...\n"; print "sleeping...\n";
sleep 30; sleep 30;
} }