-
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
Support symlinked alternate run directories (cylc 7). #3203
Conversation
Conflicts: bin/cylc-register lib/cylc/suite_srv_files_mgr.py
36ea271
to
6461f5d
Compare
I've finally finished this off. Ready for a quick second review (any volunteers?). See explanation in description of #2935. |
@wxtim please review 2. |
Back-ported registration test fixes #2935 (comment) |
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.
I've made one comment but it's minor.
|
||
CYLC_RUN_DIR="$(cylc get-global-config --print-run-dir)" | ||
|
||
function make_rnd_suite() { |
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.
I know that at the moment this is the only place this is used, but might these functions be better in test_header?
7.8.x back-port of #2935
Addresses #2797.
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.CHANGES.md
.