mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools: run-tests: add case-insensitive option when testing dir mounts
This commit is contained in:
parent
79bf651203
commit
3e557e1b65
@ -106,7 +106,7 @@ if !ERRORLEVEL! neq 0 goto fail
|
||||
exit /b 0
|
||||
|
||||
:winfsp-tests-x64-mountpoint-dir
|
||||
winfsp-tests-x64 --mountpoint=mymnt
|
||||
winfsp-tests-x64 --mountpoint=mymnt --case-insensitive
|
||||
if !ERRORLEVEL! neq 0 goto fail
|
||||
exit /b 0
|
||||
|
||||
@ -131,7 +131,7 @@ if !ERRORLEVEL! neq 0 goto fail
|
||||
exit /b 0
|
||||
|
||||
:winfsp-tests-x86-mountpoint-dir
|
||||
winfsp-tests-x86 --mountpoint=mymnt
|
||||
winfsp-tests-x86 --mountpoint=mymnt --case-insensitive
|
||||
if !ERRORLEVEL! neq 0 goto fail
|
||||
exit /b 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user