File

tests/run_tests.bat @ 6243:b7c95e9c13de

plugins/muc/mod_muc: Move `restrict_room_creation` into own area. now uses pre-create hook
author daurnimator <quae@daurnimator.com>
date Tue, 29 Apr 2014 19:00:45 -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=