File

tests/run_tests.bat @ 1345:35b5686d73ea

s2smanager: Remove srv_hosts from session when connected, this fixes attempting to reconnect s2s sessions when they are closed during shutdown
author Matthew Wild <mwild1@gmail.com>
date Fri, 19 Jun 2009 17:27:03 +0100
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=