Software /
code /
prosody
File
tests/run_tests.bat @ 3989:84792db89336
MUC: Fix a pair of missing :up()
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 03 Jan 2011 09:40:45 +0100 |
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=