File

tests/run_tests.bat @ 6248:4569b8cbd269

plugins/muc/mod_muc: Get rid of room global; use module:shared to get it
author daurnimator <quae@daurnimator.com>
date Mon, 19 May 2014 13:39:45 -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=