File

tests/run_tests.bat @ 8135:e20c27e04ecc

mod_motd: Use initial presence event (saves some checking)
author Kim Alvefur <zash@zash.se>
date Thu, 27 Apr 2017 10:17:54 +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=