mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 08:12:45 -05:00
tools: run-tests.bat: fix silly mistake
This commit is contained in:
@ -29,7 +29,7 @@ for %%f in (winfsp-tests-x64 winfsp-tests-x86 :winfstest) do (
|
|||||||
echo === Failed %%f
|
echo === Failed %%f
|
||||||
|
|
||||||
if defined APPVEYOR (
|
if defined APPVEYOR (
|
||||||
appveyor UpdateTest "%%f" -FileName None -Framework None -Outcome Passed -Duration 0
|
appveyor UpdateTest "%%f" -FileName None -Framework None -Outcome Failed -Duration 0
|
||||||
)
|
)
|
||||||
) else (
|
) else (
|
||||||
set /a testpass=testpass+1
|
set /a testpass=testpass+1
|
||||||
@ -37,7 +37,7 @@ for %%f in (winfsp-tests-x64 winfsp-tests-x86 :winfstest) do (
|
|||||||
echo === Passed %%f
|
echo === Passed %%f
|
||||||
|
|
||||||
if defined APPVEYOR (
|
if defined APPVEYOR (
|
||||||
appveyor UpdateTest "%%f" -FileName None -Framework None -Outcome Failed -Duration 0
|
appveyor UpdateTest "%%f" -FileName None -Framework None -Outcome Passed -Duration 0
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
echo:
|
echo:
|
||||||
|
Reference in New Issue
Block a user