Software /
code /
prosody
File
tests/run_tests.bat @ 5892:319ccceb1302
mod_storage_sql2: Use primary_key and auto_increment flags instead of baking that into the type
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 30 Oct 2013 22:27:22 +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=