Software /
code /
prosody
File
tests/run_tests.bat @ 1973:7eea682989d3
tests: Fix stanza_router tests to work with the new routing code, finally all tests pass again \o/
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 17 Oct 2009 13:38:20 +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=