view tests/run_tests.bat @ 3727:1bbd655975ca

storagemanager: Fixed a nil global access.
author Waqas Hussain <waqas20@gmail.com>
date Sun, 12 Dec 2010 05:13:02 +0500
parents 28d6515f5b7b
children
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=