File

tests/run_tests.bat @ 6959:aa8647a5105d

prosodyctl check: Point out items in the modules_enabled list that incorrectly include the 'mod_' prefix
author Kim Alvefur <zash@zash.se>
date Thu, 03 Dec 2015 16:15:59 +0100
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=