File

tests/run_tests.bat @ 7149:bb0fd02ae70f

mod_storage_sql: Support non-string keys in map store
author Kim Alvefur <zash@zash.se>
date Mon, 08 Feb 2016 20:23:12 +0100
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=