This commit is contained in:
KevinRansom 2016-03-28 21:00:26 -07:00
Родитель 1990acd4c7
Коммит 9c377f083e
3 изменённых файлов: 2 добавлений и 8 удалений

Просмотреть файл

@ -377,7 +377,6 @@ if '%TEST_NET40_COREUNIT%' == '1' (
goto :failure
)
)
@echo "'%TEST_PORTABLE_COREUNIT%' == '0'"
if '%TEST_PORTABLE_COREUNIT%' == '0' (
call RunTests.cmd %BUILD_CONFIG_LOWERCASE% coreunit %TEST_TAGS%
@if ERRORLEVEL 1 (
@ -389,9 +388,7 @@ if '%TEST_NET40_COREUNIT%' == '1' (
)
if '%TEST_NET40_COREUNIT%' == '0' (
if '%TEST_PORTABLE_COREUNIT%' == '1' (
@echo "call RunTests.cmd %BUILD_CONFIG_LOWERCASE% coreunitall %TEST_TAGS% "
call RunTests.cmd %BUILD_CONFIG_LOWERCASE% coreunitall %TEST_TAGS%
@echo "Finished Runtests"
@if ERRORLEVEL 1 (
type testresults\CoreUnit_portable47_Error.log
echo Error: 'RunTests.cmd %BUILD_CONFIG_LOWERCASE% coreunitportable47 %TEST_TAGS%' failed
@ -401,7 +398,6 @@ if '%TEST_NET40_COREUNIT%' == '0' (
)
if '%TEST_VS%' == '1' (
@echo "%TEST_VS%' == '1'"
call RunTests.cmd %BUILD_CONFIG_LOWER% ideunit %TEST_TAGS%
@echo "Finished Runtests"
@if ERRORLEVEL 1 echo Error: 'RunTests.cmd %BUILD_CONFIG_LOWER% coreunitportable259' failed && goto :failure

Просмотреть файл

@ -138,7 +138,7 @@ REM ----------------------------------------------------------------------------
echo Usage:
echo.
echo RunTests.cmd ^<debug^|release^> ^<fsharp^|fsharpqa^|coreunit^|coreunitportable7^|coreunitportable47^|coreunitportable78^|coreunitportable259^^|coreunitcoreclr^|coreunitcoreclr|ideunit^|compilerunit^> [TagToRun^|"Tags,To,Run"] [TagNotToRun^|"Tags,Not,To,Run"]
echo RunTests.cmd ^<debug^|release^> ^<fsharp^|fsharpqa^|coreunit^|coreunitportable7^|coreunitportable47^|coreunitportable78^|coreunitportable259^|coreunitcoreclr^|ideunit^|compilerunit^> [TagToRun^|"Tags,To,Run"] [TagNotToRun^|"Tags,Not,To,Run"]
echo.
exit /b 1

Просмотреть файл

@ -14,6 +14,4 @@ $url = "$env:APPVEYOR_URL/api/testresults/$format/$($env:APPVEYOR_JOB_ID)"
Write-Output "Uploading results $path to $url"
$wc = New-Object 'System.Net.WebClient'
echo "$url : " $url
echo "$path : " $path
rem $wc.UploadFile($url, (Resolve-Path $path))
$wc.UploadFile($url, (Resolve-Path $path))