File

tests/run_tests.bat @ 6334:ba2555e06c7c

plugins/muc/mod_muc: persistent rooms keyval store needs username as nil
author daurnimator <quae@daurnimator.com>
date Thu, 07 Aug 2014 18:03:31 -0400
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=