File

tests/run_tests.bat @ 6913:c7a0d5299933

mod_component: Add config option for deciding what happens if a component connects while already connected (fixes #525)
author Kim Alvefur <zash@zash.se>
date Wed, 21 Oct 2015 01:56: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=