Closed rmunn closed 2 months ago
PR is on top of #346 in order to avoid merge conflicts once #346 is merged into master.
4 files ±0 412 suites ±0 2h 45m 49s :stopwatch: -8s 883 tests ±0 860 :heavy_check_mark: ±0 23 :zzz: ±0 0 :x: ±0 4 040 runs ±0 3 906 :heavy_check_mark: ±0 134 :zzz: ±0 0 :x: ±0
Results for commit 7a649c60. ± Comparison against base commit 41c3d974.
Fixes #345.
GetTextFromQuery calls ExecuteErrorsOk, which already logs the value of stdout and stderr to the progress dialog. So there's no point in logging the same value a second time.
This change is