File

tests/run_tests.bat @ 3914:f10282c2e410

mod_pubsub: Build disco#info based on the methods provided by the pubsub service object. Add public set_service() method to change the service object used by the module.
author Matthew Wild <mwild1@gmail.com>
date Tue, 21 Dec 2010 04:06:36 +0000
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=