mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools: run-tests: improvements
This commit is contained in:
parent
2803a1b0cf
commit
51d29c172a
@ -26,7 +26,14 @@ cd P: >nul 2>nul || (echo === Unable to find drive P: >&2 & goto fail)
|
||||
|
||||
set testpass=0
|
||||
set testfail=0
|
||||
for %%f in (:winfsp-tests-x64 :winfsp-tests-x86 :fsx-memfs-x64 :fsx-memfs-x86 :winfstest-memfs-x64 :winfstest-memfs-x86) do (
|
||||
for %%f in (^
|
||||
:winfsp-tests-x64 ^
|
||||
:winfsp-tests-x86 ^
|
||||
:fsx-memfs-x64 ^
|
||||
:fsx-memfs-x86 ^
|
||||
:winfstest-memfs-x64 ^
|
||||
:winfstest-memfs-x86 ^
|
||||
) do (
|
||||
echo === Running %%f
|
||||
|
||||
if defined APPVEYOR (
|
||||
|
Loading…
x
Reference in New Issue
Block a user