view tests/0013/run-test.sh @ 101:e6cdee24d6c3

Improve exit handling when we have a server background process. Arrange the exit to kill off the most recently started background process, if we have at least one such.
author mas01cr
date Thu, 04 Oct 2007 10:17:33 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104