File

tests/run_tests.bat @ 5323:4c30f638ff55

net.http.parser: Ensure full URL in status line contains a path.
author Waqas Hussain <waqas20@gmail.com>
date Fri, 08 Feb 2013 00:27:59 +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=