Skip to content

Commit

Permalink
fix11
Browse files Browse the repository at this point in the history
  • Loading branch information
庄润梓 committed Jun 24, 2024
1 parent 15e7a2d commit 36e834b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/greptimedbcluster_baremetal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ var _ = Describe("Basic test of greptimedb cluster in baremetal", func() {
err = createcmd.Wait()
err = createcmd.Wait()
if err != nil {
GinkgoWriter.Printf("Process with PID %d terminated with error: %v\n", cmd.Process.Pid, err)
GinkgoWriter.Printf("Process with PID %d terminated with error: %v\n", createcmd.Process.Pid, err)
} else {
GinkgoWriter.Printf("Process with PID %d terminated successfully\n", cmd.Process.Pid)
GinkgoWriter.Printf("Process with PID %d terminated successfully\n", createcmd.Process.Pid)
}

err = deleteClusterinBaremetal()
Expand Down

0 comments on commit 36e834b

Please sign in to comment.