File

tests/run_tests.bat @ 8125:5f0c642a41a1

mod_pep: Handle disco#info queries to nodes (fixes #805)
author Kim Alvefur <zash@zash.se>
date Mon, 24 Apr 2017 23:27:21 +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=