view tests/run_tests.bat @ 4499:55ef5d83d00a

util.prosodyctl: In the register command, check that the virtual exists before proceeding.
author Kim Alvefur <zash@zash.se>
date Wed, 08 Feb 2012 15:33:36 +0100
parents 28d6515f5b7b
children
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=