File

tests/run_tests.bat @ 6273:7ef064101994

plugins/muc/muc.lib: Use original decline as template for medated decline
author daurnimator <quae@daurnimator.com>
date Fri, 06 Jun 2014 14:33:43 -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=