File

tests/run_tests.bat @ 3733:26571a99f6e6

core.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certverification to util.x509
author Kim Alvefur <zash@zash.se>
date Sun, 12 Dec 2010 02:03:32 +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=