From ad1fc3a423fbb4ebfaa7bf6368a052c106759642 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 11 Jan 2016 21:26:08 +0000 Subject: [PATCH] Task #8899: Provide TestService with correct queue in t_TreeService --- SAS/OTDB_Services/test/t_TreeService.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/OTDB_Services/test/t_TreeService.run b/SAS/OTDB_Services/test/t_TreeService.run index 1ce182790c5..cbc15c025ff 100755 --- a/SAS/OTDB_Services/test/t_TreeService.run +++ b/SAS/OTDB_Services/test/t_TreeService.run @@ -14,7 +14,7 @@ qpid-config add exchange topic $queue # Setup a clean database with predefined content dropdb -U postgres -h ${DBHOST} unittest_db gzip -dc $srcdir/unittest_db.dump.gz | psql -U postgres -h ${DBHOST} -f - -TreeService.py $queue -D unittest_db -H ${DBHOST} -U postgres & +TreeService.py -B $queue -D unittest_db -H ${DBHOST} -U postgres & SERVER_PID=$! # Starting up takes a while sleep 3 -- GitLab