Software /
code /
prosody
File
tests/run_tests.bat @ 4885:8df3e709f8b7
INSTALL: Update with changes from wiki.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 17 May 2012 21:04:31 +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=