mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools: run-tests.bat: fix silly mistake
This commit is contained in:
parent
0412fac588
commit
d102edf1e9
@ -29,7 +29,7 @@ for %%f in (winfsp-tests-x64 winfsp-tests-x86 :winfstest) do (
|
||||
echo === Failed %%f
|
||||
|
||||
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 (
|
||||
set /a testpass=testpass+1
|
||||
@ -37,7 +37,7 @@ for %%f in (winfsp-tests-x64 winfsp-tests-x86 :winfstest) do (
|
||||
echo === Passed %%f
|
||||
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user