tests/run_tests.bat

Fri, 12 Feb 2010 12:28:45 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 12 Feb 2010 12:28:45 +0000
changeset 2615
c5f7c803fe7d
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_privacy: Fix to correctly iterate over lists stored in new format

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial