Software /
code /
prosody
File
tests/run_tests.bat @ 5165:39bb9344f194
mod_register: Fire event to allow blocking user registration
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Mon, 01 Oct 2012 21:07:20 +0200 |
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=