We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ee082 commit 12145f8Copy full SHA for 12145f8
jkube-kit/config/image/src/test/java/org/eclipse/jkube/kit/config/image/build/DockerFileBuilderTest.java
@@ -312,8 +312,7 @@ void testBuildDockerFileMultiStage() throws Exception {
312
;
313
314
String expected = loadFile("docker/Dockerfile_multistage.test");
315
- System.out.println(dockerfileFinalFile);
316
- System.out.println("--------------------");
+
317
assertThat(stripCR(dockerfileFinalFile)).isEqualTo(expected);
318
}
319
0 commit comments