File

tests/run_tests.bat @ 6451:385932a83013

plugins/muc/muc.lib: Use occupants iterator instead of assuming pairs
author daurnimator <quae@daurnimator.com>
date Fri, 26 Sep 2014 17:33:38 -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=