File

tests/run_tests.bat @ 7455:82d8c11ab0cb

prosodyctl: Warn if encryption is required but mod_tls is not enabled (see #617)
author Kim Alvefur <zash@zash.se>
date Sun, 12 Jun 2016 19:55:46 +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=