File

tests/run_tests.bat @ 4100:69e3f1e7111e

util.pubsub: Pass true instead of nil as the actor in a bunch of places, and fix a bunch of methods to not traceback on this (those with *_other capability checking).
author Matthew Wild <mwild1@gmail.com>
date Sat, 08 Jan 2011 23:17:17 +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=