tests/run_tests.bat

Tue, 23 Jun 2009 23:55:56 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Tue, 23 Jun 2009 23:55:56 +0500
changeset 1396
ce3eb5f71899
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_announce: Use usermanager.is_admin to verify admin status

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial