File

tests/run_tests.bat @ 7913:64daa21450f9

mod_tls: Suppress debug message if already using encryption
author Kim Alvefur <zash@zash.se>
date Sat, 25 Feb 2017 01:16:31 +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=