Skip to content

Commit

Permalink
fix: result line for websockets (#4576)
Browse files Browse the repository at this point in the history
  • Loading branch information
exu authored Nov 6, 2023
1 parent 3aca561 commit f34fb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/executor/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ func Run(ctx context.Context, r runner.Runner, args []string) {

if r.GetType().IsMain() {
output.PrintEvent("test execution finished", e.Id)
output.PrintResult(result)
}

output.PrintResult(result)
}

// RunScript runs script
Expand Down

0 comments on commit f34fb42

Please sign in to comment.