Skip to content
  • Divin Raj's avatar
    oeqa/hipc: Fix error message regex pattern assignment · 11bad88c
    Divin Raj authored
    
    
    The regex pattern to find error messages in HIPC tests is
    broken due to an indentation issue, the assignment is truncated
    and the last part of it is compliant to the python syntax, hence
    it came through unnoticed and it's not part of the assignment.
    
    Fix the issue adding parenthesis and adjust indentation.
    
    Signed-off-by: default avatarDivin Raj <divin.raj@arm.com>
    11bad88c