mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
Added tests/run_tests.bat for running tests on Windows
This commit is contained in:
parent
70133fb356
commit
b9fade36aa
1 changed files with 10 additions and 0 deletions
10
tests/run_tests.bat
Normal file
10
tests/run_tests.bat
Normal file
|
@ -0,0 +1,10 @@
|
|||
@echo off
|
||||
|
||||
set oldpath=%path%
|
||||
set path=%path%;..;..\lualibs
|
||||
|
||||
del reports\*.report
|
||||
lua test.lua %*
|
||||
|
||||
set path=%oldpath%
|
||||
set oldpath=
|
Loading…
Add table
Add a link
Reference in a new issue