Software /
code /
prosody
File
tests/run_tests.bat @ 5597:6fe09707c73b
util.ip: Convert IPv4 mapped addresses to hex.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 18 May 2013 13:14:19 +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=