Software /
code /
prosody
File
tests/run_tests.bat @ 7879:5d0175d3ecf4
Makefile: Install mod_mam (fixes #825)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 31 Jan 2017 22:49:09 +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=