Software /
code /
prosody
File
tests/run_tests.bat @ 1259:6bd11bca9725
modulemanager: Keep track of event handlers added by module:hook, and remove them on module unload
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 31 May 2009 13:31:20 +0500 |
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=