File

tests/run_tests.bat @ 6236:ee996e679f15

plugins/muc/mod_muc: No need to treat the host room specially
author daurnimator <quae@daurnimator.com>
date Mon, 28 Apr 2014 16:31:21 -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=