mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 19:24:14 +08:00
mdbx-test: add simple loop.bat for Windows.
This commit is contained in:
parent
60271687ef
commit
2fc42fab7f
15
test/loop.bat
Executable file
15
test/loop.bat
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
del test.db test.db-lck
|
||||||
|
|
||||||
|
:loop
|
||||||
|
|
||||||
|
mdbx_test.exe --pathname=test.db --dont-cleanup-after basic > test.log
|
||||||
|
if errorlevel 1 goto fail
|
||||||
|
|
||||||
|
mdbx_chk.exe -nvvv test.db > chk.log
|
||||||
|
if errorlevel 1 goto fail
|
||||||
|
goto loop
|
||||||
|
|
||||||
|
:fail
|
||||||
|
echo FAILED
|
Loading…
x
Reference in New Issue
Block a user