File

tests/run_tests.bat @ 6901:ccc452767ec6

mod_s2s: Fire global event for stream features where the remote server has not sent the 'to' stream attribute
author Kim Alvefur <zash@zash.se>
date Sun, 11 Oct 2015 14:03:53 +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=