Software /
code /
prosody
File
tests/run_tests.bat @ 2319:8dca45e17438
util-src/Makefile: Clean up makefile (re-commit because MattJ shouldn't commit anything at 3AM)
author | Brian Cully <bjc@junctionnetworks.com> |
---|---|
date | Fri, 04 Dec 2009 12:14:14 +0000 |
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=