File

tests/run_tests.bat @ 7375:6ae3cf899b25

mod_bosh: Return if a response has been sent already (See #343)
author Kim Alvefur <zash@zash.se>
date Tue, 19 Apr 2016 12:14:07 +0200
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=