File

tests/run_tests.bat @ 8388:9ee56e9ad47a

mod_c2s: Set a default value for c2s_timeout (fixes #1036)
author Kim Alvefur <zash@zash.se>
date Fri, 10 Nov 2017 07:11:03 +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=