You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
463 B
6 lines
463 B
|
7 days ago
|
@echo off
|
||
|
|
rem 票 03 单测:crm-rule 三族版本状态机测试(JDK17 + IDEA 捆绑 maven)
|
||
|
|
set "JAVA_HOME=C:\Users\Administrator\.jdks\corretto-17.0.13"
|
||
|
|
call "D:\IntelliJ IDEA 2025.1.3\plugins\maven\lib\maven3\bin\mvn.cmd" -q -s settings.xml test -pl crm-rule -am -Dtest="OpportunityPoolRuleServiceImplTest,OpportunityStageTemplateServiceImplTest,OpportunitySchemeCardTemplateServiceImplTest" -Dsurefire.failIfNoSpecifiedTests=false
|
||
|
|
echo EXIT=%ERRORLEVEL%
|