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.
8 lines
443 B
8 lines
443 B
|
1 week ago
|
@echo off
|
||
|
|
rem 票 05:跑 OpportunityActionGuardTest + OpportunityDetailServiceImplTest
|
||
|
|
set "JAVA_HOME=C:\Users\Administrator\.jdks\corretto-17.0.13"
|
||
|
|
set "MVN=D:\IntelliJ IDEA 2025.1.3\plugins\maven\lib\maven3\bin\mvn.cmd"
|
||
|
|
cd /d e:\code\crm-backend-matt
|
||
|
|
call "%MVN%" -pl crm-opportunity -am test -Dtest=OpportunityActionGuardTest,OpportunityDetailServiceImplTest -Dsurefire.failIfNoSpecifiedTests=false -s settings.xml
|
||
|
|
echo EXIT=%ERRORLEVEL%
|