File

tests/run_tests.bat @ 2630:e8fc67b73820

certmanager: Bring back the friendly errors when failing to load the key/certificate file
author Matthew Wild <mwild1@gmail.com>
date Sat, 13 Feb 2010 16:12:21 +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=