view tests/0013/run-test.sh @ 169:cdd441dcc9a8

Better error detection (and messages) on invalid feature files Factor out commonality of dealing with the input file (in audioDB::initTables and audioDB::batchinsert) into initInputFile(); call it appropriately.
author mas01cr
date Thu, 08 Nov 2007 14:18:47 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104