view tests/0013/run-test.sh @ 150:521cecd1eab7

Fix typo in INSTALL instructions (stdsoap.h -> stdsoap2.h)
author mas01cr
date Wed, 31 Oct 2007 15:24:09 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104