tests/run_tests.bat

Sat, 27 Nov 2010 22:02:30 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 27 Nov 2010 22:02:30 +0000
changeset 3662
dc3ccef7898f
parent 808
28d6515f5b7b
permissions
-rw-r--r--

storagemanager: Only show fallback warning if storage was configured to use another backend and it failed

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial