File

tests/run_tests.bat @ 4096:3b991ceb228e

mod_storage_sql: Make the 'database' value for the SQLite3 driver relative to the data path
author Matthew Wild <mwild1@gmail.com>
date Fri, 07 Jan 2011 11:57:48 +0000
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

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

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

set path=%oldpath%
set oldpath=