Software /
code /
prosody
File
tests/run_tests.bat @ 3929:7cb03d67101b
configmanager: Filenames without a path are also relative to the config file path, not the current working directory
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 21 Dec 2010 22:25:54 +0000 |
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=