tests/run_tests.bat

Fri, 02 Jul 2010 19:55:08 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 02 Jul 2010 19:55:08 +0100
changeset 3313
9bcf8d612a52
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_privacy: Return the correct item-not-found instead of bad-request when a non-existent list is activated by the client (thanks teo)

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial