File

tests/run_tests.bat @ 7787:200f1f6306a7

mod_disco: Update to account for new intermediate session type (from 9f70d35a1602)
author Kim Alvefur <zash@zash.se>
date Thu, 15 Dec 2016 07:03:52 +0100
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=