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

Backport 2.28: Fix the problem of printing "Terminated" in compat.sh under Ubuntu-22.04 #6954

Commits on Jan 20, 2023

  1. Remove Terminated message from stdout

    Under Ubuntu-22.04, wait command prints out Terminated message
    if the process has been killed by kill command. This messes up
    the output in compat.sh
    
    Signed-off-by: Yanray Wang <yanray.wang@arm.com>
    Yanray Wang authored and gilles-peskine-arm committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d2ad200 View commit details
    Browse the repository at this point in the history
  2. Redirect stdout/stderr to SRV_OUT

    Under Ubuntu-22.04, wait command prints out Terminated message.
    Therefore server process is handled with identical ways like other
    processes in compat.sh. In addition, PROCESS_ID is renamed as
    SRV_PID to improve code readability.
    
    Signed-off-by: Yanray Wang <yanray.wang@arm.com>
    Yanray Wang authored and gilles-peskine-arm committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    2a7b2a6 View commit details
    Browse the repository at this point in the history