Software /
code /
prosody
File
tests/run_tests.bat @ 4332:8154bc28e520
mod_bosh: Update to use typed variants of module:get_option(), makes it more tolerant to config variations and simplifies the code.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 20 Jul 2011 17:22:21 -0400 |
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=