view tests/run_tests.bat @ 2567:ca6ee2dac8d6

prosody: Add a catch-all friendly message for when any port is in use we want to use
author Matthew Wild <mwild1@gmail.com>
date Fri, 05 Feb 2010 15:05:39 +0000
parents 28d6515f5b7b
children
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=