mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
tools: run-tests: winfsp-tests --external
This commit is contained in:
parent
ee0031f995
commit
50af8f6444
@ -144,11 +144,7 @@ exit /b 0
|
|||||||
|
|
||||||
:winfsp-tests-x64-disk-share
|
:winfsp-tests-x64-disk-share
|
||||||
M:
|
M:
|
||||||
mkdir foo
|
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" --external --share=winfsp-tests-share=M:\ --resilient
|
||||||
if !ERRORLEVEL! neq 0 goto fail
|
|
||||||
winfsp-tests-x64 --external --share=winfsp-tests-share=M:\ --resilient
|
|
||||||
if !ERRORLEVEL! neq 0 goto fail
|
|
||||||
rmdir foo
|
|
||||||
if !ERRORLEVEL! neq 0 goto fail
|
if !ERRORLEVEL! neq 0 goto fail
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
|
||||||
@ -170,11 +166,7 @@ exit /b 0
|
|||||||
|
|
||||||
:winfsp-tests-x86-disk-share
|
:winfsp-tests-x86-disk-share
|
||||||
O:
|
O:
|
||||||
mkdir foo
|
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" --external --share=winfsp-tests-share=O:\ --resilient
|
||||||
if !ERRORLEVEL! neq 0 goto fail
|
|
||||||
winfsp-tests-x86 --external --share=winfsp-tests-share=O:\ --resilient
|
|
||||||
if !ERRORLEVEL! neq 0 goto fail
|
|
||||||
rmdir foo
|
|
||||||
if !ERRORLEVEL! neq 0 goto fail
|
if !ERRORLEVEL! neq 0 goto fail
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user