File

tests/run_tests.bat @ 4109:d26db1f936f8

mod_storage_sql: Create index when creating a new table
author Matthew Wild <mwild1@gmail.com>
date Tue, 11 Jan 2011 04:19:26 +0000
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=