Software /
code /
prosody
File
tests/run_tests.bat @ 6075:524060125f9c
certmanager: Concatenate cipher list if given as a table
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 14 Apr 2014 23:34:35 +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=