File

tests/run_tests.bat @ 5299:cc9d460aa779

util.http: New module for HTTP helper functions
author Florian Zeitz <florob@babelmonkeys.de>
date Sat, 12 Jan 2013 16:55:39 +0100
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=