File

tests/run_tests.bat @ 4607:7f45b2cb3c03

portmanager: Add unregister_service(), and allow multiple services with the same name (they get queued)
author Matthew Wild <mwild1@gmail.com>
date Wed, 14 Mar 2012 21:39:02 +0000
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=