File

tests/run_tests.bat @ 4458:9f6c68cb3fbd

s2smanager: Don't throw an error when the "interface" config option is a string (which it is by default).
author Waqas Hussain <waqas20@gmail.com>
date Wed, 14 Dec 2011 06:46:24 +0500
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=