Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
dafb754c
Commit
dafb754c
authored
Mar 01, 2021
by
Srikanth Ravipati
Committed by
Peterson, Peter
Mar 10, 2021
Browse files
Added necessary comments
parent
2b9424d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Testing/SystemTests/lib/systemtests/systemtesting.py
View file @
dafb754c
...
...
@@ -1199,6 +1199,8 @@ class MantidFrameworkConfig:
# Make sure we only save these keys here
config
.
reset
()
# With the default facility changed from ISIS to nothing (EMPTY),
# the following setting is put in place to avoid failure of tests,
ConfigService
.
Instance
().
setString
(
"default.facility"
,
"ISIS"
)
# Up the log level so that failures can give useful information
...
...
docs/source/conf.py
View file @
dafb754c
...
...
@@ -101,7 +101,11 @@ pygments_style = 'sphinx'
# settings after each test.
mantid_init_config_keys
=
(
'datasearch.directories'
,
'defaultsave.directory'
,
'default.facility'
,
'default.instrument'
)
# With the default facility changed from ISIS to nothing (EMPTY),
# the following setting is put in place to avoid failure of tests,
ConfigService
.
Instance
().
setString
(
"default.facility"
,
"ISIS"
)
mantid_config_reset
=
[
"_cfg['{0}'] = '{1}'"
.
format
(
k
,
ConfigService
.
Instance
()[
k
])
for
k
in
mantid_init_config_keys
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment