File

tests/run_tests.bat @ 7705:0a29a5e64f1d

mod_muc/muc.lib: Allow passing different <x> elements to be passed to :publicise_occupant_status()
author Kim Alvefur <zash@zash.se>
date Wed, 26 Oct 2016 13:06:08 +0200
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=