File

tests/run_tests.bat @ 1309:a544e68a0989

modulemanager: Load mod_message, mod_iq and mod_presence implicitly
author Waqas Hussain <waqas20@gmail.com>
date Thu, 04 Jun 2009 21:25:05 +0500
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

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

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

set path=%oldpath%
set oldpath=