Skip to content

Commit ae4ccca

Browse files
committed
check for QUICKTEST, call statedump.sh in wercker.yml
1 parent 7dce5df commit ae4ccca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void test1CreateOperatorManagingDefaultAndTest1NS() throws Exception {
8080
logger.info("Creating Operator & waiting for the script to complete execution");
8181
// create operator1
8282
operator1 = TestUtils.createOperator(op1PropsFile);
83-
logger.info("SUCCESS");
83+
logger.info("SUCCESS");
8484
}
8585

8686
@Test

0 commit comments

Comments
 (0)