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

add --quiet to systemd-run #1654

Merged
merged 3 commits into from
Dec 20, 2021
Merged

add --quiet to systemd-run #1654

merged 3 commits into from
Dec 20, 2021

Conversation

gdamjan
Copy link
Contributor

@gdamjan gdamjan commented Dec 15, 2021

this will avoid the Press ^] three times within 1s to disconnect TTY. message.

it's mentioned in the systemd-run man page too:

--quiet, -q
    Suppresses additional informational output while running. This is particularly useful in combination with --pty when it will suppress the
    initial message explaining how to terminate the TTY connection.

this will avoid the `Press ^] three times within 1s to disconnect TTY.` message.

it's mentioned in the systemd-run man page too:
```
--quiet, -q
    Suppresses additional informational output while running. This is particularly useful in combination with --pty when it will suppress the
    initial message explaining how to terminate the TTY connection.
```
@gdamjan gdamjan requested a review from Jguer as a code owner December 15, 2021 18:30
@Jguer
Copy link
Owner

Jguer commented Dec 16, 2021

Good idea @gdamjan , I think you only need to fix a test or two and it's good to merge

@gdamjan
Copy link
Contributor Author

gdamjan commented Dec 16, 2021

not sure why the tests fail again, make test locally passes. Any ideas?

@grandchild
Copy link

Looks to me like you also need to change the TestABSPKGBUILDRepoExistsPerms test.

@Jguer Jguer merged commit f7dbebc into Jguer:next Dec 20, 2021
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.

3 participants