view tests/0013/run-test.sh @ 87:e64a2e7f543c

Initial web services startup / shutdown test. The test framework could definitely do with work here; the server process must run in the background, so there are race conditions both on startup and shutdown. The current workaround is "sleep 1", which is both inelegant and slow.
author mas01cr
date Tue, 02 Oct 2007 15:28:11 +0000
parents
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104