Skip to content
Snippets Groups Projects
Commit ad1fc3a4 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8899: Provide TestService with correct queue in t_TreeService

parent adfb7ea6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment