File

tests/run_tests.bat @ 6914:5df76208e050

prosodyctl: check: Don't complain about c2s_ssl or s2s_ssl being in VirtualHost sections, that's supported
author Kim Alvefur <zash@zash.se>
date Wed, 21 Oct 2015 13:37:26 +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=