File

tests/run_tests.bat @ 6903:5ff42d85d4d5

core.certmanager: Remove non-string filenames (allows setting eg capath to false to disable the built in default)
author Kim Alvefur <zash@zash.se>
date Sun, 11 Oct 2015 19:44:15 +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=