File

tests/run_tests.bat @ 6540:31a8b3bfb31d

net.server_select: In add_task timer callback, use passed in time rather than re-fetching
author daurnimator <quae@daurnimator.com>
date Thu, 15 Jan 2015 09:05:08 -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=