File

tests/run_tests.bat @ 8247:2c386ee5cd5c

prosodyctl: Use all enabled hosts if no hostnames passed to cert import
author Kim Alvefur <zash@zash.se>
date Mon, 18 Sep 2017 17:06:35 +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=