From 5afe7a531522eca380ec7f88e4abc40fb7427a9c Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 14 Sep 2016 11:28:34 -0700 Subject: [PATCH] tools: run-tests: include reparse point tests --- tools/run-tests.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/run-tests.bat b/tools/run-tests.bat index 413a4446..98a2e4b6 100644 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -90,18 +90,18 @@ exit /b 0 :winfstest-memfs-x64 M: -call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base +call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base reparse if errorlevel 1 goto fail N: -call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base +call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base reparse if errorlevel 1 goto fail exit /b 0 :winfstest-memfs-x86 O: -call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base +call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base reparse if errorlevel 1 goto fail P: -call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base +call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base reparse if errorlevel 1 goto fail exit /b 0