File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ public static void staticPrepare() throws Exception {
56
56
initialize (appPropsFile );
57
57
58
58
// delete k8s artifacts created if any, delete PV directories
59
- if (System .getenv ("WERCKER" ) == null && System .getenv ("JENKINS" ) == null ) {
60
- ExecResult result = cleanup ();
61
- if (result .exitValue () != 0 ) {
62
- throw new RuntimeException (
63
- "FAILED: Command to call cleanup script failed " + result .stderr ());
64
- }
65
- logger .info (
66
- "Command to call cleanup script returned " + result .stdout () + "\n " + result .stderr ());
59
+ if (System .getenv ("WERCKER" ) == null && System .getenv ("JENKINS" ) == null ) {
60
+ ExecResult result = cleanup ();
61
+ if (result .exitValue () != 0 ) {
62
+ throw new RuntimeException (
63
+ "FAILED: Command to call cleanup script failed " + result .stderr ());
64
+ }
65
+ logger .info (
66
+ "Command to call cleanup script returned " + result .stdout () + "\n " + result .stderr ());
67
67
}
68
68
69
69
// renew lease at the begining for every test method, leaseId is set only for Wercker
You can’t perform that action at this time.
0 commit comments