tests/run_tests.bat

Wed, 09 Jun 2010 17:55:04 +0200

author
Tobias Markmann <tm@ayena.de>
date
Wed, 09 Jun 2010 17:55:04 +0200
changeset 3212
e416b9185c6b
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_auth_internal_hashed: Remove debugging output.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial