• Carlo Bernaschina's avatar
    Add log to understand flakiness of commands_test (#11720) · a8aff388
    Carlo Bernaschina authored
    The flakiness of commands_test is generally visible via:
    
    ```
    drive:stdout:   Expected: 'log: paint'
    drive:stdout:     Actual: ''
    drive:stdout:      Which: is different. Both strings start the same, but the actual value is missing the following trailing characters: log: paint ...
    ```
    
    By returning the name of the test we will be able to understand if
    another test is running by reading the `Actual` value
    a8aff388
Name
Last commit
Last update
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...