Add log to understand flakiness of commands_test (#11720)
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
C
Carlo Bernaschina committed
a8aff38811ea5509dea6bd18909dac2e2b17401f
Parent: 7c3a45d
Committed by GitHub <noreply@github.com>
on 8/22/2017, 4:54:51 PM