1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
This commit is contained in:
Dan McPherson
2015-11-21 23:24:31 -05:00
parent ecfe769357
commit c41a504908

View File

@@ -379,7 +379,7 @@ func (i *integrationTest) exerciseIncrementalBuild(tag, imageName string, remove
t.Fatalf("Unexpected error occurred during build: %v", err)
}
if !resp.Success {
t.Fatalf("S2I Build failed.")
t.Fatalf("S2I build failed.")
}
previousImageID := resp.ImageID