Skip to content

Commit

Permalink
more log
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolovison committed Jan 3, 2025
1 parent 0d22a1b commit d720d14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/io/hyperfoil/tools/qdup/Run.java
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@ private boolean queueRunScripts(){
getDispatcher().addScriptContext(scriptContext);
boolean rtrn = shell.isOpen();
timer.start("waiting for start");
stateLogger.info("shell name={} return ok");
return rtrn;
} else {
stateLogger.error("run failed to connect "+host.getSafeString()
Expand All @@ -889,6 +890,7 @@ private boolean queueRunScripts(){
", verify password-less ssh works with the selected keys"
)
);
stateLogger.info("shell name={} return error");
shell.close();
return false;
}
Expand Down

0 comments on commit d720d14

Please sign in to comment.