File

tests/run_tests.bat @ 6759:fb952032f83e

util.sql: Create table with same charset as the charset we selected for our connection, also use corresponding _bin collation
author Matthew Wild <mwild1@gmail.com>
date Wed, 08 Jul 2015 15:04:23 +0100 (2015-07-08)
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=