Software /
code /
prosody
File
tests/run_tests.bat @ 7708:c420a38db5ef
Backed out changeset f1af4edd5722, doesn't work as intended (node is the name of the node and always present)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 18 Oct 2016 22:47:26 +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=