tests/run_tests.bat

Sat, 03 Jul 2010 03:23:25 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 03 Jul 2010 03:23:25 +0100
changeset 3315
f4d2de6ac22e
parent 808
28d6515f5b7b
permissions
-rw-r--r--

xmppcomponent_listener: Validate to/from on components, fixes #104 and #162

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial