[Notes] [Git][BuildStream/buildstream][gokcen/refactor_runcli] fixup! test



Title: GitLab

Gökçen Nurlu pushed to branch gokcen/refactor_runcli at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • tests/testutils/runcli.py
    ... ... @@ -305,7 +305,7 @@ class Cli(CliRunner):
    305 305
                           exception=r.exception,
    
    306 306
                           exc_info=r.exc_info,
    
    307 307
                           output=r.stdout,
    
    308
    -                      stderr=r.stderr)
    
    308
    +                      stderr=r.stderr if r.stderr_bytes else "")
    
    309 309
     
    
    310 310
         # Fetch an element state by name by
    
    311 311
         # invoking bst show on the project with the CLI
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]