File

tests/run_tests.bat @ 3774:9189ed18c3c9

storagemanager: Don't always show fallback warning when using per-store config
author Matthew Wild <mwild1@gmail.com>
date Sat, 18 Dec 2010 14:44:45 +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=