tests/run_tests.bat

Wed, 29 Dec 2010 18:49:59 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 29 Dec 2010 18:49:59 +0500
changeset 3987
8fbf57722368
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.xmppstream: Optimized stanza building by bypassing the stanza API.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial