File

tests/run_tests.bat @ 6475:3c815a64042b

plugins/muc/muc.lib: Fix passing actor along as a boolean (thanks fippo)
author daurnimator <quae@daurnimator.com>
date Wed, 15 Oct 2014 14:28:16 -0400 (2014-10-15)
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=