File

tests/run_tests.bat @ 6392:8528d1da461f

plugins/muc/muc.lib: Use get_affilation() inside of set_affiliation(), so that the override in mod_muc works
author daurnimator <quae@daurnimator.com>
date Fri, 05 Sep 2014 11:20:54 -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=