File

tests/run_tests.bat @ 7872:3105d35cc2c2

luacheckrc: Allow mutating the global prosody and hosts tables in core/ (luacheck 0.18 adds detection of indirect mutation)
author Kim Alvefur <zash@zash.se>
date Sat, 28 Jan 2017 17:02:28 +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=