File

tests/run_tests.bat @ 6132:96a1aa23ae0d

plugins/muc/muc.lib: Remove duplicate variable; it can never be nil.
author daurnimator <quae@daurnimator.com>
date Thu, 20 Mar 2014 16:14:22 -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=