Software /
code /
prosody
File
tests/run_tests.bat @ 7030:b5bc9f77f096
certs/Makefile: Run key generation with a stricter umask (fixes a race condition)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 23 Dec 2015 12:07:03 +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=