File

tests/run_tests.bat @ 7688:88ad2d5bcf80

net.server_event: Restore destruction of socket on read timeout (lost since e67891ad18d6) (thanks Ge0rG)
author Kim Alvefur <zash@zash.se>
date Sat, 08 Oct 2016 14:07:07 +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=