Software /
code /
prosody
File
tests/run_tests.bat @ 3509:72cb8b6536b9
Merge with trunk.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Mon, 27 Sep 2010 19:51:14 +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=