Software /
code /
prosody
File
tests/run_tests.bat @ 7632:2b14e2121700
configure: Add ostype preset for NetBSD
author | Holger Weiss <holger@zedat.fu-berlin.de> |
---|---|
date | Fri, 17 Apr 2015 12:03:15 +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=