File

tests/run_tests.bat @ 6095:7900ebc544ce

plugins/muc/muc.lib: Split out the room iq handler into functions
author daurnimator <quae@daurnimator.com>
date Fri, 21 Feb 2014 15:48:26 -0500
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=