File

tests/run_tests.bat @ 6184:2bfc4b12ec8f

plugins/muc/muc.lib: Allow `:send_occupant_list` to have no filter
author daurnimator <quae@daurnimator.com>
date Fri, 28 Mar 2014 13:14:33 -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=