괜찮은 빌드 테스트 프로젝트가 있습니다. mstest를 사용하여 테스트를 실행하려고합니다.Mstest가 오류 수준을 올바르게 설정하지 않습니다.
이명령 :
echo mstest.exe /testcontainer:SecurityLogging.Tests\Logging.Tests.dll /resultsfile:%TEST_LOG_ROOT%\Execute_%TestListNode%_1.trx /detail:Owner /detail:Description /nologo /testsettings:Logging.Tests\Local.testsettings /category:"^!E2E&^!Stress&^!Perf"
내 테스트가 실패 여기에 내가 실행하고있는 명령입니다. 그런 다음 오류 수준을 확인하십시오. 그래도 0입니다.
if %errorlevel%==0 (
continue;
)
항상 계속됩니다.
나는 Visual Studio 2010에서 Visual Studio 2010를 사용하고 난 파고 시작하고 나는이 발견 :
http://www.mail-archive.com/[email protected]/msg03027.html
감사
'ECHO'를 삭제했거나 오류가 있습니까? – Magoo