File

tests/run_tests.bat @ 4877:6f5b53cb3565

prosody, stanza_router: Load stanza_router earlier. Put routing functions in the global prosody table. Fixes module:send()
author Kim Alvefur <zash@zash.se>
date Mon, 14 May 2012 17:58:51 +0200
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=