File

tests/run_tests.bat @ 6801:5032d4817a30

plugins/muc/muc.lib: Fix issue #505 where unavailable presences were never used
author daurnimator <quae@daurnimator.com>
date Mon, 24 Aug 2015 13:16:49 +1000
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=