From 8c0957f702296af77b610e009b2dcb11b49e75c2 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 20 Mar 2019 19:42:45 -0700 Subject: [PATCH] tools: run-tests: EA testing --- tools/run-tests.bat | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tools/run-tests.bat b/tools/run-tests.bat index f6a12a2e..244da851 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -175,37 +175,37 @@ if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x64-case-randomize -winfsp-tests-x64 --case-randomize +winfsp-tests-x64 --case-randomize * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x64-flushpurge -winfsp-tests-x64 --flush-and-purge-on-cleanup +winfsp-tests-x64 --flush-and-purge-on-cleanup * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x64-mountpoint-drive -winfsp-tests-x64 --mountpoint=X: --resilient +winfsp-tests-x64 --mountpoint=X: --resilient * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x64-mountpoint-dir -winfsp-tests-x64 --mountpoint=mymnt --case-insensitive +winfsp-tests-x64 --mountpoint=mymnt --case-insensitive * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x64-mountpoint-dir-case-sensitive -winfsp-tests-x64 --mountpoint=mymnt +winfsp-tests-x64 --mountpoint=mymnt * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x64-no-traverse -winfsp-tests-x64 --no-traverse +winfsp-tests-x64 --no-traverse * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x64-oplock -winfsp-tests-x64 --oplock=filter --resilient +winfsp-tests-x64 --oplock=filter --resilient * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 @@ -215,37 +215,37 @@ if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x86-case-randomize -winfsp-tests-x86 --case-randomize +winfsp-tests-x86 --case-randomize * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x86-flushpurge -winfsp-tests-x86 --flush-and-purge-on-cleanup +winfsp-tests-x86 --flush-and-purge-on-cleanup * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x86-mountpoint-drive -winfsp-tests-x86 --mountpoint=X: --resilient +winfsp-tests-x86 --mountpoint=X: --resilient * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x86-mountpoint-dir -winfsp-tests-x86 --mountpoint=mymnt --case-insensitive +winfsp-tests-x86 --mountpoint=mymnt --case-insensitive * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x86-mountpoint-dir-case-sensitive -winfsp-tests-x86 --mountpoint=mymnt +winfsp-tests-x86 --mountpoint=mymnt * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x86-no-traverse -winfsp-tests-x86 --no-traverse +winfsp-tests-x86 --no-traverse * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0 :winfsp-tests-x86-oplock -winfsp-tests-x86 --oplock=filter --resilient +winfsp-tests-x86 --oplock=filter --resilient * +ea* if !ERRORLEVEL! neq 0 goto fail exit /b 0