tests/run_tests.bat

Fri, 23 Jul 2010 09:17:11 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 23 Jul 2010 09:17:11 +0100
changeset 3399
3976bad56640
parent 808
28d6515f5b7b
permissions
-rw-r--r--

certmanager: Don't disable LuaSec and future cert loading on failure, and add error messages to the no LuaSec/config cases (thanks Jakob)

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial