forked from ninja-build/ninja
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ninja-build#2499: Status update regression.
PR ninja-build#2487 introduced a regression, where a completed command without an output would force a newline, preventing the next status update to appear on the same line in smart terminals. This fixes the issue by adding the missing `!outputs.empty()` condition + adding a proper regression test to catch future breaks. Fixed: ninja-build#2499
- Loading branch information
1 parent
6a31acc
commit 562cee1
Showing
2 changed files
with
109 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters