replacing -X option with -DNO_DETACH to ensure the

apache process is detached at the end of run.

Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
This commit is contained in:
tamil 2013-10-16 17:14:49 -07:00
parent 4bd31c3e82
commit 01ce92c497

View File

@ -229,6 +229,7 @@ def start_apache(ctx, config):
'kill',
apache_name,
# '-X',
'-DNO_DETACH',
'-f',
'{tdir}/apache/apache.{client}.conf'.format(tdir=testdir,
client=client),