Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
ChughShilpa committed Sep 19, 2024
1 parent b30f99c commit 742008e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/odh/mnist_ray_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,14 +259,12 @@ func buildAndPushRayImage(test Test, namespace string, image string) {

stdoutStderr, err := cmd.CombinedOutput()
if err != nil {
fmt.Printf("print err .....")
fmt.Println(err)
fmt.Println("Error executing custom_image script :", err)
return
//log.Fatal("Error executing custom_image script :", err)
}
//test.Expect(err).NotTo(HaveOccurred())

fmt.Printf("Logs of build and custom ray image . . .\n %s", stdoutStderr)
test.Expect(err).NotTo(HaveOccurred())
}

func getCustomRayImage(test Test, namespace string, image string) string {
Expand Down

0 comments on commit 742008e

Please sign in to comment.