File

tests/run_tests.bat @ 8159:3850993a9bda

certmanager: Update the 'certificates' option after the config has been reloaded (fixes #929)
author Kim Alvefur <zash@zash.se>
date Thu, 01 Jun 2017 14:03:50 +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=