Skip to content

Commit

Permalink
sql
Browse files Browse the repository at this point in the history
  • Loading branch information
庄润梓 committed Jul 5, 2024
1 parent a994084 commit a7eca4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/greptimedbcluster_baremetal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var _ = Describe("Basic test of greptimedb cluster in baremetal", Ordered, func(
if _, ok := err.(*exec.ExitError); ok {
fmt.Printf("the process is terminated\n")
} else {
fmt.Printf("Process terminated with error: %v,failed to terminated the process\n", err)
fmt.Printf("process terminated with error: %v,failed to terminated the process\n", err)
}
} else {
fmt.Printf("failed to terminated the process\n")
Expand Down

0 comments on commit a7eca4b

Please sign in to comment.