Software /
code /
prosody
File
tests/run_tests.bat @ 6773:ef22c17cc24d
mod_component: Fire an event on successful component authentication (For Goffi)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 10 Aug 2015 22:13:02 +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=