File

tests/run_tests.bat @ 6222:355b29881117

plugins/muc: Move persistent room configuration to own module
author daurnimator <quae@daurnimator.com>
date Tue, 15 Apr 2014 17:06:04 -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=