Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.core
Commits
3343cbea
Commit
3343cbea
authored
Mar 21, 2019
by
Alain Takoudjou
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grid.promise: configure test with logger to not log output to console
parent
f11417b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
slapos/tests/test_promise.py
slapos/tests/test_promise.py
+1
-1
No files found.
slapos/tests/test_promise.py
View file @
3343cbea
...
...
@@ -94,7 +94,7 @@ class TestSlapOSPromiseMixin(unittest.TestCase):
self
.
launcher
=
PromiseLauncher
(
config
=
parameter_dict
,
#
logger=logging.getLogger('slapos.test.promise'),
logger
=
logging
.
getLogger
(
'slapos.test.promise'
),
dry_run
=
dry_run
)
if
save_method
:
...
...
Jérome Perrin
@jerome
mentioned in commit
0c398b4d
·
Mar 22, 2019
mentioned in commit
0c398b4d
mentioned in commit 0c398b4da10d11b2408a25c2a791f69aac40c58e
Toggle commit list
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