view tests/0013/run-test.sh @ 299:b10ad7b6427f

fixed recently-introduced strict point ordering bug when LSH index is initially empty
author mas01mc
date Fri, 01 Aug 2008 15:45:10 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104