File

tests/run_tests.bat @ 4218:8a271b3fcaa7

mod_storage_sql: Display friendlier error when LuaDBI is missing
author Matthew Wild <mwild1@gmail.com>
date Tue, 01 Mar 2011 06:12:43 +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=