Software /
code /
prosody
File
tests/run_tests.bat @ 4329:d8b2c97ae6ed
s2smanager: Update to newer luasec
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 06 Dec 2010 21:46:50 -0800 |
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=