File

tests/run_tests.bat @ 8140:2bda04a7b4d4

mod_mam: Format timestamps in log message
author Kim Alvefur <zash@zash.se>
date Sun, 07 May 2017 20:23:29 +0200
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=