tests/run_tests.bat

Tue, 05 May 2009 18:07:13 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 05 May 2009 18:07:13 +0100
changeset 1128
b2e548344d61
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.serialization: Write nil for non-serializable data types, and bump the log level to 'error'

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial