diff --git a/SAS/OTDB_Services/test/t_TreeService.run b/SAS/OTDB_Services/test/t_TreeService.run index 1ce182790c540d1fc73c6e465bb8364136406a5c..cbc15c025ffc2ea01c1f2d6c8f06abe849ee0fdd 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