Merge pull request #867 from matrix-org/markjh/enable_jenkins_synchrotron

Enable testing the synchrotron on jenkins
pull/873/head
Mark Haines 2016-06-15 16:41:58 +01:00 committed by GitHub
commit 78a16d395c
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ echo >&2 "Running sytest with PostgreSQL";
--synapse-directory $WORKSPACE \
--dendron $WORKSPACE/dendron/bin/dendron \
--pusher \
--synchrotron \
--port-base $PORT_BASE
cd ..