File

tests/run_tests.bat @ 2280:0b0fe49e5251

Enable one way stream compression on s2s links.
author Tobias Markmann <tm@ayena.de>
date Sun, 29 Nov 2009 21:32: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=