File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -318,11 +318,11 @@ mvn clean verify -P jrf-integration-tests 2>&1 | tee log.txt
318
318
319
319
# How to run a single test
320
320
321
- mvn -Dit.test="ITOperator #testDomainOnPVUsingWLST" -DfailIfNoTests=false integration-test -P java-integration-tests
321
+ mvn -Dit.test="ItOperator #testDomainOnPVUsingWLST" -DfailIfNoTests=false integration-test -P java-integration-tests
322
322
323
323
# How to run multiple tests
324
324
325
- mvn -Dit.test="ITOperator #testDomainOnPVUsingWLST+testDomainOnPVUsingWDT" -DfailIfNoTests=false integration-test -P java-integration-tests
325
+ mvn -Dit.test="ItOperator #testDomainOnPVUsingWLST+testDomainOnPVUsingWDT" -DfailIfNoTests=false integration-test -P java-integration-tests
326
326
327
327
# How to run cleanup script
328
328
Original file line number Diff line number Diff line change 282
282
<id >java-integration-tests</id >
283
283
<properties >
284
284
<skipITs >false</skipITs >
285
- <includes-failsafe >**/IT *</includes-failsafe >
285
+ <includes-failsafe >**/It *</includes-failsafe >
286
286
<jrf_enabled >false</jrf_enabled >
287
287
</properties >
288
288
</profile >
You can’t perform that action at this time.
0 commit comments