diff options
author | Daniele E. Domenichelli <ddomenichelli@drdanz.it> | 2017-01-20 17:59:17 (GMT) |
---|---|---|
committer | Daniele E. Domenichelli <ddomenichelli@drdanz.it> | 2017-01-26 09:50:08 (GMT) |
commit | 4da3cae9ffb3202d9c447e9f497f8a2758538b06 (patch) | |
tree | 1f4a350ba1865fe23b205cfe3c43dcaa8ebab02e /Tests/RunCMake/FeatureSummary/FeatureSummaryWhatList-stdout.txt | |
parent | a007f15344007a6261209a409c6988b0e4c4b7e0 (diff) | |
download | CMake-4da3cae9ffb3202d9c447e9f497f8a2758538b06.zip CMake-4da3cae9ffb3202d9c447e9f497f8a2758538b06.tar.gz CMake-4da3cae9ffb3202d9c447e9f497f8a2758538b06.tar.bz2 |
FeatureSummary: Clean printed output
* Remove space before commas
* Do not add an empty line before the first type of packages
Also fix a typo in unit test.
Diffstat (limited to 'Tests/RunCMake/FeatureSummary/FeatureSummaryWhatList-stdout.txt')
-rw-r--r-- | Tests/RunCMake/FeatureSummary/FeatureSummaryWhatList-stdout.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/FeatureSummary/FeatureSummaryWhatList-stdout.txt b/Tests/RunCMake/FeatureSummary/FeatureSummaryWhatList-stdout.txt index 4d8f25f..f121417 100644 --- a/Tests/RunCMake/FeatureSummary/FeatureSummaryWhatList-stdout.txt +++ b/Tests/RunCMake/FeatureSummary/FeatureSummaryWhatList-stdout.txt @@ -1,7 +1,7 @@ -- The following features have been disabled: - \* Bar , Bar\. + \* Bar, Bar\. -- The following features have been enabled: - \* Foo , Foo\. + \* Foo, Foo\. |