File

tests/run_tests.bat @ 8834:b0093d3b2d04

mod_disco: Skip code specific to disco on user accounts (avoids invoking usermanager, fixes #1150)
author Kim Alvefur <zash@zash.se>
date Mon, 28 May 2018 21:30:32 +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=