diff options
author | Erik Johnston <erik@matrix.org> | 2016-03-02 14:30:50 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-03-02 14:30:50 +0000 |
commit | 27185de75255191dcc9bf30b1bde9b6fc9a27100 (patch) | |
tree | e318a410eeab433dcf3615d81986c98ff8ab9970 | |
parent | Add SYNAPSE_CACHE_FACTOR to README (diff) | |
download | synapse-27185de75255191dcc9bf30b1bde9b6fc9a27100.tar.xz |
Set SYNAPSE_CACHE_FACTOR=1 in jenkins
-rwxr-xr-x | jenkins.sh | 1 |
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" |