mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 00:13:01 -05:00
tools: run-tests: ntptfs: enable rename_mmap_test
This commit is contained in:
parent
fda950b90e
commit
87a1d5468d
@ -847,14 +847,14 @@ exit /b !IfsTestExit!
|
||||
:sample-ntptfs-x64
|
||||
call :__run_sample_ntptfs_test ntptfs x64 ntptfs-x64 ^
|
||||
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" ^
|
||||
"--external --resilient +* -rename_flipflop_test -rename_mmap_test -exec_rename_dir_test -stream_rename_flipflop_test"
|
||||
"--external --resilient +* -rename_flipflop_test -exec_rename_dir_test -stream_rename_flipflop_test"
|
||||
if !ERRORLEVEL! neq 0 goto fail
|
||||
exit /b 0
|
||||
|
||||
:sample-ntptfs-x86
|
||||
call :__run_sample_ntptfs_test ntptfs x86 ntptfs-x86 ^
|
||||
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" ^
|
||||
"--external --resilient +* -rename_flipflop_test -rename_mmap_test -exec_rename_dir_test -stream_rename_flipflop_test"
|
||||
"--external --resilient +* -rename_flipflop_test -exec_rename_dir_test -stream_rename_flipflop_test"
|
||||
if !ERRORLEVEL! neq 0 goto fail
|
||||
exit /b 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user