Software /
code /
prosody
File
tests/run_tests.bat @ 4656:43469a2d124d
core.certmanager: Log a message when a password is required but not supplied. fixes #214
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 21 Apr 2012 23:11:59 +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=