8332898: failure_handler: log directory of commands

Reviewed-by: lmesnik
This commit is contained in:
Ludvig Janiuk 2024-05-27 09:35:52 +00:00
parent 617edf3f0d
commit 7f0ad513c3

View File

@ -164,7 +164,7 @@ public class ActionHelper {
Stopwatch stopwatch = new Stopwatch();
stopwatch.start();
log.printf("%s%n[%tF %<tT] %s timeout=%s%n%1$s%n", line, new Date(), pb.command(), params.timeout);
log.printf("%s%n[%tF %<tT] %s timeout=%s in %s%n%1$s%n", line, new Date(), pb.command(), params.timeout, pb.directory());
Process process;
KillerTask killer;