tests/run_tests.bat

Mon, 30 Mar 2009 02:02:59 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Mon, 30 Mar 2009 02:02:59 +0500
changeset 925
4861bcf0afa4
parent 808
28d6515f5b7b
permissions
-rw-r--r--

Fixed: rostermanager: Create new roster item if one doesn't exist on subscription approval (fixes issue #77)

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial