mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
tools: run-tests: extra time for memfs to spin up (LocalService)
This commit is contained in:
parent
2b6b049f86
commit
309827860f
@ -20,7 +20,7 @@ launchctl-x64 start memfs32 testnet \memfs32\test P: >nul
|
|||||||
launchctl-x64 start memfs-dotnet testdsk "" Q: >nul
|
launchctl-x64 start memfs-dotnet testdsk "" Q: >nul
|
||||||
launchctl-x64 start memfs-dotnet testnet \memfs-dotnet\test R: >nul
|
launchctl-x64 start memfs-dotnet testnet \memfs-dotnet\test R: >nul
|
||||||
rem Cannot use timeout under cygwin/mintty: "Input redirection is not supported"
|
rem Cannot use timeout under cygwin/mintty: "Input redirection is not supported"
|
||||||
waitfor 7BF47D72F6664550B03248ECFE77C7DD /t 3 2>nul
|
waitfor 7BF47D72F6664550B03248ECFE77C7DD /t 5 2>nul
|
||||||
cd M: >nul 2>nul || (echo === Unable to find drive M: >&2 & goto fail)
|
cd M: >nul 2>nul || (echo === Unable to find drive M: >&2 & goto fail)
|
||||||
cd N: >nul 2>nul || (echo === Unable to find drive N: >&2 & goto fail)
|
cd N: >nul 2>nul || (echo === Unable to find drive N: >&2 & goto fail)
|
||||||
cd O: >nul 2>nul || (echo === Unable to find drive O: >&2 & goto fail)
|
cd O: >nul 2>nul || (echo === Unable to find drive O: >&2 & goto fail)
|
||||||
@ -144,7 +144,7 @@ launchctl-x64 stop memfs32 testnet >nul
|
|||||||
launchctl-x64 stop memfs-dotnet testdsk >nul
|
launchctl-x64 stop memfs-dotnet testdsk >nul
|
||||||
launchctl-x64 stop memfs-dotnet testnet >nul
|
launchctl-x64 stop memfs-dotnet testnet >nul
|
||||||
rem Cannot use timeout under cygwin/mintty: "Input redirection is not supported"
|
rem Cannot use timeout under cygwin/mintty: "Input redirection is not supported"
|
||||||
waitfor 7BF47D72F6664550B03248ECFE77C7DD /t 3 2>nul
|
waitfor 7BF47D72F6664550B03248ECFE77C7DD /t 5 2>nul
|
||||||
|
|
||||||
set /a total=testpass+testfail
|
set /a total=testpass+testfail
|
||||||
echo === Total: %testpass%/%total%
|
echo === Total: %testpass%/%total%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user