File

tests/run_tests.bat @ 2462:2d81cc25b5a6

net.server_event: Remove access to starttls method when starttls is negotiated - fixes offering starttls to client who are already using it (thanks darkrain and Adium)
author Matthew Wild <mwild1@gmail.com>
date Mon, 18 Jan 2010 18:20:03 +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=