Software /
code /
prosody
File
tests/run_tests.bat @ 8589:4e475ef4b569
mod_admin_telnet: Include the default path property in URL calculation (fixes #1099)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 10 Mar 2018 20:47:34 +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=