File

tests/run_tests.bat @ 1550:03f89de65d9f

net.httpserver: Allow specification of the default base URL when using new_from_config()
author Matthew Wild <mwild1@gmail.com>
date Tue, 14 Jul 2009 21:03:30 +0100
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=