Software /
code /
prosody
File
tests/run_tests.bat @ 2790:fa717c0be65c
util.signal: Queue up multiple signals, instead of trampling on the previous debug hook (and never clearing our own)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 10 Jan 2010 00:28:48 +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=