Software /
code /
prosody
File
tests/run_tests.bat @ 3948:d0b8fa486458
s2smanager: session.send(): Return the result of send_to_host() (and incidentally make this a tail call \o/)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 22 Dec 2010 20:39:30 +0000 |
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=