File

tests/run_tests.bat @ 6902:d2d7ad2563f9

util.openssl: Separate extension sections into one for self-signed certs and one for requests
author Kim Alvefur <zash@zash.se>
date Sun, 11 Oct 2015 18:49:14 +0200
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=