From c1e4b00aa7f53d0d528322064389678d836422d0 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sat, 10 Oct 2020 18:24:32 -0700 Subject: [PATCH] tools: run-tests: notify tests --- tools/run-tests.bat | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/run-tests.bat b/tools/run-tests.bat index 9c4f0270..f642ddd3 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -37,6 +37,7 @@ set dfl_tests=^ winfsp-tests-x64-mountpoint-dir-case-sensitive ^ winfsp-tests-x64-no-traverse ^ winfsp-tests-x64-oplock ^ + winfsp-tests-x64-notify ^ winfsp-tests-x64-external ^ winfsp-tests-x64-external-share ^ fsx-memfs-x64-disk ^ @@ -56,6 +57,7 @@ set dfl_tests=^ winfsp-tests-x86-mountpoint-dir-case-sensitive ^ winfsp-tests-x86-no-traverse ^ winfsp-tests-x86-oplock ^ + winfsp-tests-x64-notify ^ winfsp-tests-x86-external ^ winfsp-tests-x86-external-share ^ fsx-memfs-x86-disk ^ @@ -214,6 +216,11 @@ winfsp-tests-x64 --oplock=filter --resilient * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 +:winfsp-tests-x64-notify +winfsp-tests-x64 --notify --resilient * +ea* +if !ERRORLEVEL! neq 0 goto fail +exit /b 0 + :winfsp-tests-x86 winfsp-tests-x86 +* if !ERRORLEVEL! neq 0 goto fail @@ -254,6 +261,11 @@ winfsp-tests-x86 --oplock=filter --resilient * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 +:winfsp-tests-x86-notify +winfsp-tests-x86 --notify --resilient * +ea* +if !ERRORLEVEL! neq 0 goto fail +exit /b 0 + :winfsp-tests-x64-external M: fltmc instances -v M: | findstr aswSnx >nul