File

tests/run_tests.bat @ 1930:92b78dd346ca

s2smanager: Don't send version=1.0 in reply to incoming stream tag if they didn't advertise 1.0 (makes happy some old ejabberd versions)
author Matthew Wild <mwild1@gmail.com>
date Tue, 06 Oct 2009 15:02:16 +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=