File

tests/run_tests.bat @ 2454:e4818c49192d

xmppclient_listener: Allow the tcp_keepalives option in the config to control whether keepalives are used
author Matthew Wild <mwild1@gmail.com>
date Tue, 12 Jan 2010 15:17:08 +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=