File

tests/run_tests.bat @ 1971:91420df04d5b

stanza_router: Localize hosts, full_sessions and bare_sessions, and take from the prosody object instead of _G
author Matthew Wild <mwild1@gmail.com>
date Sat, 17 Oct 2009 13:33:23 +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=