File

tests/run_tests.bat @ 5109:12fb961c8f27

tools/jabberd14sql2prosody: Initial commit. Accounts, rosters, vCards, subscriptions and offline messages supported (thanks halfdan for all the testing).
author Waqas Hussain <waqas20@gmail.com>
date Tue, 28 Aug 2012 05:52:30 +0500
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=