view tests/run_tests.bat @ 4294:d2406f0ce8a5

migrator/prosody_sql.lua: Create (and upgrade) MySQL tables to use MEDIUMTEXT for the 'value' column to avoid truncation
author Matthew Wild <mwild1@gmail.com>
date Fri, 03 Jun 2011 00:57:25 +0100
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=