File

tests/run_tests.bat @ 6541:a702786f4f31

net.server_select: Remove do-nothing os_difftime calls
author daurnimator <quae@daurnimator.com>
date Mon, 19 Jan 2015 14:01:11 -0500
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=