Skip to content
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 remote shell issue with new tmpfile behavior #6421

Merged
merged 2 commits into from
Oct 25, 2023

Conversation

eivindjahren
Copy link
Contributor

@eivindjahren eivindjahren commented Oct 25, 2023

Pre review checklist

  • Read through the code changes carefully after finishing work
  • Make sure tests pass locally (after every commit!)
  • Prepare changes in small commits for more convenient review (optional)
  • PR title captures the intent of the changes, and is fitting for release notes.
  • Updated documentation
  • Ensured that unit tests are added for all new behavior (See
    Ground Rules),
    and changes to existing code have good test coverage.

Pre merge checklist

  • Added appropriate release note label
  • Commit history is consistent and clean, in line with the contribution guidelines.

The problem was that '%s' was put into the remote command,
causing remote shell to say 'fg: no job control' as %
is a shell prefix command requiring job control.
@eivindjahren eivindjahren changed the title Fml Fix remote shell issue with new tmpfile behavior Oct 25, 2023
Copy link
Contributor

@berland berland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch %s :)

@eivindjahren eivindjahren merged commit ea1e668 into equinor:main Oct 25, 2023
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants