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

Enable testing the synchrotron on jenkins
This commit is contained in:
Mark Haines 2016-06-15 16:41:58 +01:00 committed by GitHub
commit 78a16d395c

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 ..