File

tests/run_tests.bat @ 4493:cad62a675b60

s2smanager: Log the host when marking it authenticated
author Paul Aurich <paul@darkrain42.org>
date Tue, 24 Jan 2012 14:58:54 -0800
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=