File

tests/run_tests.bat @ 6194:9b6c2d89f143

plugins/muc/muc.lib: Tidy up muc-invite event. - Send inside of the actual handle_invite function - Move password, compat and body tagging into event handlers
author daurnimator <quae@daurnimator.com>
date Mon, 31 Mar 2014 12:31:15 -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=