File

tests/run_tests.bat @ 7658:e14a124c4d73

net.server_epoll: Make minimum poll wait time configurable
author Kim Alvefur <zash@zash.se>
date Sun, 04 Sep 2016 17:17:22 +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=