File

tests/run_tests.bat @ 6219:a90159cfa530

plugins/muc/muc.lib: Fix getting a list of occupants by role (it was sending presences instead of items inside an iq)
author daurnimator <quae@daurnimator.com>
date Thu, 03 Apr 2014 18:10:16 -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=