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

pm-qa: fix paths for shell scripts #437

Commits on Sep 16, 2021

  1. pm-qa: fix paths for shell scripts

    Cherry-pick the following patch from upstream/master branch,
    as this fixes the following error(s) seen while running the
    'pm-qa' scripts on the targets:
    
    cpufreq_01.sh: line 28: ../include/functions.sh: No such file or directory
    
    -----------------------------------------------
    
    A commit in the repo of pm-qa:
    
    "adf9df9 Fix path to library files and change shebang line"
    
    Changed the text that sed was using to replace relative to
    absolute paths.
    
    As a result sed was not effectively finding the text
    "source ../include" to replace it, as the sed should be now
    searching for ". ../include".
    
    Similarly for "../Switches"
    
    Signed-off-by: Anastasios Kavoukis <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    (cherry picked from commit 06a93a0)
    Signed-off-by: Bhupesh Sharma <[email protected]>
    akavoukis authored and bhupesh-sharma committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    09c8d1f View commit details
    Browse the repository at this point in the history