Mercurial > prosody-hg
view tests/run_tests.bat @ 8223:adfffc5b4e2a
util.dependencies: Add compatibility code for LuaSocket no longer exporting as a global
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 25 Jul 2017 13:16:31 +0200 |
| parents | 28d6515f5b7b |
| children |
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=
