Software /
code /
prosody
File
tests/run_tests.bat @ 5324:8602fffdd1df
mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful after all
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Tue, 05 Feb 2013 00:43:14 +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=