File

tests/run_tests.bat @ 4572:aba47e6dff43

mod_s2s: prevent attempting to reconnect when the stream is gracefully closed and fix TB by checking session.conn is set (racy racy?)
author Marco Cirillo <maranda@lightwitch.org>
date Fri, 24 Feb 2012 15:36:36 +0000
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=