diff options
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-x | ci/run_tests.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat index 2a68f53..0c0339c 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -9,8 +9,10 @@ if errorlevel 1 exit 1 fpm run if errorlevel 1 exit 1 +rmdir fpm_scratch_* /s /q fpm test if errorlevel 1 exit 1 +rmdir fpm_scratch_* /s /q for /f %%i in ('where /r build fpm.exe') do set fpm_path=%%i |