Software /
code /
prosody
File
tests/run_tests.bat @ 8160:5566f82ffea4
mod_welcome: Return the pointer to the root of the stanza, fixes a bug similar to #922.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 30 May 2017 20:52:22 +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=