From e9ca1a89969dae227855d79e5b815ce317bc944c Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 3 Jan 2017 10:12:44 -0800 Subject: [PATCH] tools: run-tests --- tools/run-tests.bat | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/run-tests.bat b/tools/run-tests.bat index 7ee87468..bc30effc 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -110,6 +110,9 @@ for %%f in (%tests%) do ( echo: ) +rem Cannot use timeout under cygwin/mintty: "Input redirection is not supported" +waitfor 7BF47D72F6664550B03248ECFE77C7DD /t 3 2>nul + launchctl-x64 stop memfs64 testdsk >nul launchctl-x64 stop memfs64 testnet >nul launchctl-x64 stop memfs32 testdsk >nul @@ -372,8 +375,8 @@ set IfsTestDirectories=^ reparspt^ estream set IfsTestMemfsExit=0 -rem call :__ifstest %1 /g Security -rem if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 +call :__ifstest %1 /g Security +if !ERRORLEVEL! neq 0 set IfsTestMemfsExit=1 rem OpenCreateGeneral.FileOpenByIDTest: FILE_OPEN_BY_FILE_ID not implemented rem OpenCreateGeneral.OpenVolumeTest: volume handles can be opened/closed but no other support call :__ifstest %1 /d %2 /g OpenCreateGeneral -t FileOpenByIDTest -t OpenVolumeTest