tests/run_tests.bat

Wed, 29 Dec 2010 19:24:19 +0100

author
Kim Alvefur <zash@zash.se>
date
Wed, 29 Dec 2010 19:24:19 +0100
changeset 3988
a3104064e905
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_pubsub: Correctly wrap the list of subscriptions in a pubsub element

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial