File

tests/run_tests.bat @ 6207:a5928fdeaf97

plugins/muc/lock.lib: Need to let creator into the locked room :)
author daurnimator <quae@daurnimator.com>
date Wed, 02 Apr 2014 15:56:37 -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=