Software /
code /
prosody
File
tests/run_tests.bat @ 2412:e243b7c81de6
Added notification of configuration changes for MUCs
author | Rob Hoelz <rob@hoelzro.net> |
---|---|
date | Wed, 30 Dec 2009 13:26:11 -0600 |
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=