File

tests/run_tests.bat @ 7867:194f540e13e2

util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options
author Kim Alvefur <zash@zash.se>
date Thu, 26 Jan 2017 14:18:30 +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=