File

tests/run_tests.bat @ 7244:8c6943918279

storagemanager: Fix saving data in map shim when no prior data exists
author Kim Alvefur <zash@zash.se>
date Sun, 06 Mar 2016 18:51:11 +0100 (2016-03-06)
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=