File

tests/run_tests.bat @ 2789:2419ca0bfab3

prosody: net_activate_ports: Accept strings as well as numbers for specifying ports
author Matthew Wild <mwild1@gmail.com>
date Sat, 09 Jan 2010 07:12:30 +0000
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=