view tests/0013/run-test.sh @ 555:fde17c61e797 multiprobeLSH

Whoops. Clean up the misaimed commit; the examples/ was meant to go onto trunk/, not branches/multiprobeLSH.
author mas01cr
date Fri, 13 Feb 2009 11:24:39 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104