Software /
code /
prosody
File
tests/run_tests.bat @ 7945:1f4a0e0b7167
configure: Fix setting libdir if prefix changed
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 03 Mar 2017 11:51:32 +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=