File

tests/run_tests.bat @ 6280:ce1a20bd2053

tools/ejabberd2prosody.lua: Fix JID building, node-less jids became @hostname in some cases
author Kim Alvefur <zash@zash.se>
date Tue, 17 Jun 2014 11:01:51 +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=