tests/run_tests.bat

Fri, 28 May 2010 18:01:53 -0400

author
Jeff Mitchell <jeff@jefferai.org>
date
Fri, 28 May 2010 18:01:53 -0400
changeset 3163
20c851616ade
parent 808
28d6515f5b7b
permissions
-rw-r--r--

Add the ability to have names in group files, by putting them with an = sign after the jid:

myname@mydomain.com=My Name

This is then passed on to rosters.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial