File

tests/run_tests.bat @ 6123:7f82bbd249fe

plugins/muc/muc.lib: Remove `payload` argument from `handle_mediated_*`; extract it from inside.
author daurnimator <quae@daurnimator.com>
date Wed, 19 Mar 2014 16:28:11 -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=