File

tests/run_tests.bat @ 1142:0e02b3301e80

stanza_router: Pass session.to_host to modulemanager, fixes modules for s2sin_unauthed
author Matthew Wild <mwild1@gmail.com>
date Sat, 09 May 2009 19:43:11 +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=