tests/run_tests.bat
author Kim Alvefur <zash@zash.se>
Mon, 29 Apr 2013 14:01:19 +0200
changeset 5547 f306daf2bf6d
parent 809 28d6515f5b7b
permissions -rw-r--r--
prosodyctl: Guess the country from the TLD for the cert config

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=