tests/run_tests.bat

Tue, 14 Jul 2009 21:03:30 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 14 Jul 2009 21:03:30 +0100
changeset 1550
03f89de65d9f
parent 808
28d6515f5b7b
permissions
-rw-r--r--

net.httpserver: Allow specification of the default base URL when using new_from_config()

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=

mercurial