Software /
code /
prosody
File
tests/run_tests.bat @ 5891:b6a56934338c
mod_storage_sql2: Use MEDIUMTEXT fields for value columns (ie TEXT on non-MySQL)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 30 Oct 2013 14:33:15 +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=