-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix redirection of stdout and stderr to suite logs #2412
Conversation
3ae2978
to
97f2a3c
Compare
97f2a3c
to
c1d1553
Compare
The test can be cleaned up a little, it'll do for now. I'll add a further test for sequential timestamps next week, these changes can go into a future cylc release. |
lib/cylc/scheduler.py
Outdated
@@ -217,14 +217,17 @@ def start(self): | |||
self.suite_db_mgr.restart_upgrade() | |||
|
|||
try: | |||
if not self.options.no_detach and not cylc.flags.debug: | |||
detatch = not (self.options.no_detach or cylc.flags.debug) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling: should be "detach" (although it's not a bug, as consistently misspelled!)
The code looks fine, but the test always passes for me on master - presumably that should not happen? |
Missed a |
All good, thanks. @matthewrmshin - note I've updated the change log for 7.5.0, and will attempt to make the release Wednesday night. I'm in a workshop all day tomorrow, and on leave Thursday and Friday. Worst case, release on the weekend... |
Close #2411
Changes: