File

tests/run_tests.bat @ 6107:5491be05b84c

plugins/muc/muc: Only call get_password once in invite creation
author daurnimator <quae@daurnimator.com>
date Tue, 18 Mar 2014 16:01:53 -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=