File

tests/run_tests.bat @ 6845:bb7854355df1

prosodyctl check: Warn if certificate checking is enforced but LuaSec is too old
author Kim Alvefur <zash@zash.se>
date Thu, 24 Sep 2015 20:02:57 +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=