File

tests/run_tests.bat @ 7862:f5cbbf69cac8

mod_c2s: Clarify that there were no *stream* features to offer
author Kim Alvefur <zash@zash.se>
date Wed, 25 Jan 2017 10:47:31 +0100 (2017-01-25)
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=