Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #7 from mantidproject/feature/10730_disable_usage_…
Browse files Browse the repository at this point in the history
…config_key

Disable usage reports for system test runs.
  • Loading branch information
peterfpeterson committed Dec 9, 2014
2 parents ae2a77e + 6bfc9b9 commit d49ce26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions StressTestFramework/stresstesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,9 @@ def config(self):
# Do not update instrument definitions
config['UpdateInstrumentDefinitions.OnStartup'] = "0"

# Disable usage reports
config['usagereports.enabled'] = "0"

# Case insensitive
config['filefinder.casesensitive'] = 'Off'

Expand Down

0 comments on commit d49ce26

Please sign in to comment.