File

tests/run_tests.bat @ 7753:c276d72d4e17

mod_storage_sql: Include missing parameter table key 'port'
author Kim Alvefur <zash@zash.se>
date Thu, 01 Dec 2016 03:22:42 +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=