tests/run_tests.bat

Wed, 05 Jan 2011 03:03:01 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 05 Jan 2011 03:03:01 +0000
changeset 3996
ea0ac2fb7c9f
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_presence: Use get_text() instead of table.concat

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial