Software /
code /
prosody
File
tests/run_tests.bat @ 1762:f522a0f195f9
Fix for Makefile hack to install MUC plugin
author | matthew@silver |
---|---|
date | Tue, 08 Sep 2009 14:38:51 +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=