summary refs log tree commit diff
path: root/jenkins.sh
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-03-02 14:30:50 +0000
committerErik Johnston <erik@matrix.org>2016-03-02 14:30:50 +0000
commit27185de75255191dcc9bf30b1bde9b6fc9a27100 (patch)
treee318a410eeab433dcf3615d81986c98ff8ab9970 /jenkins.sh
parentAdd SYNAPSE_CACHE_FACTOR to README (diff)
downloadsynapse-27185de75255191dcc9bf30b1bde9b6fc9a27100.tar.xz
Set SYNAPSE_CACHE_FACTOR=1 in jenkins
Diffstat (limited to '')
-rwxr-xr-xjenkins.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins.sh b/jenkins.sh

index 359fd22771..9646ac0b01 100755 --- a/jenkins.sh +++ b/jenkins.sh
@@ -3,6 +3,7 @@ : ${WORKSPACE:="$(pwd)"} export PYTHONDONTWRITEBYTECODE=yep +export SYNAPSE_CACHE_FACTOR=1 # Output test results as junit xml export TRIAL_FLAGS="--reporter=subunit"