[Notes] [Git][BuildStream/buildstream][Qinusty/531-fetch-retries-on-terminate] Enable stdout-stderr on ci



Title: GitLab

Qinusty pushed to branch Qinusty/531-fetch-retries-on-terminate at BuildStream / buildstream

Commits:

2 changed files:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -68,7 +68,7 @@ source_dist:
    68 68
     
    
    69 69
       # Run the tests from the source distribution, We run as a simple
    
    70 70
       # user to test for permission issues
    
    71
    -  - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
    
    71
    +  - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration -s"'
    
    72 72
     
    
    73 73
       # Go back to the toplevel and collect our reports
    
    74 74
       - cd ../..
    

  • tests/frontend/interruptions.py
    ... ... @@ -30,7 +30,6 @@ def cli_run_in_process(cli, path, args):
    30 30
     
    
    31 31
     
    
    32 32
     @pytest.mark.datafiles(DATA_DIR)
    
    33
    -@pytest.mark.integration
    
    34 33
     def test_interrupt_fetch(cli, datafiles):
    
    35 34
         path = os.path.join(datafiles.dirname, datafiles.basename)
    
    36 35
     
    



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