tests/run_tests.bat

Wed, 05 Jan 2011 05:12:54 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 05 Jan 2011 05:12:54 +0000
changeset 4001
ed90aace9add
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_dialback: Use stanza:get_text() instead of directly accessing [1]

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial