File

tests/run_tests.bat @ 907:289388b79a83

prosody: Expose net_activate_ports as a global function for use by plugins
author Matthew Wild <mwild1@gmail.com>
date Sun, 22 Mar 2009 14:14:40 +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=