Skip to content

Make timeout action explicit in the logs

Sylvain Beucler requested to merge beuc/pipeline:beuc-master-patch-28788 into master

Otherwise it's pretty confusing to understand what happened :)

$ timeout -v 2.75h make
[lots of log lines]
timeout: sending signal TERM to command 'make'
make: *** [Makefile:2: all] Terminated

vs.

$ timeout 2.75h make
[lots of log lines]
make: *** [Makefile:2: all] Terminated

Merge request reports

Loading