File

tests/run_tests.bat @ 7907:8e2446cdf6fa

mod_storage_sql: Make archive:append() to return the id (or key) as first return value
author Kim Alvefur <zash@zash.se>
date Mon, 20 Feb 2017 01:26:03 +0100 (2017-02-20)
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=