Software /
code /
prosody
File
tests/run_tests.bat @ 4039:1c387a4c3e28
mod_offline: Make sure mod_offline's store handler reports success vs failure.
author | Robert Hoelz <rob@hoelz.ro> |
---|---|
date | Thu, 09 Dec 2010 12:38:33 -0600 (2010-12-09) |
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=