forked from Kitware/CMake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6ad6993 cmake: --build -j <jobs> should not accept 0. Acked-by: Kitware Robot <[email protected]> Merge-request: !3255
- Loading branch information
Showing
11 changed files
with
48 additions
and
3 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
1 change: 1 addition & 0 deletions
1
Tests/RunCMake/CommandLine/BuildDir--build--parallel-large-result.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
3 changes: 3 additions & 0 deletions
3
Tests/RunCMake/CommandLine/BuildDir--build--parallel-large-stderr.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
^The <jobs> value is too large\. | ||
+ | ||
Usage: cmake --build <dir> \[options\] \[-- \[native-options\]\] |
1 change: 1 addition & 0 deletions
1
Tests/RunCMake/CommandLine/BuildDir--build--parallel-zero-result.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
3 changes: 3 additions & 0 deletions
3
Tests/RunCMake/CommandLine/BuildDir--build--parallel-zero-stderr.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
^The <jobs> value requires a positive integer argument\. | ||
+ | ||
Usage: cmake --build <dir> \[options\] \[-- \[native-options\]\] |
1 change: 1 addition & 0 deletions
1
Tests/RunCMake/CommandLine/BuildDir--build-jobs-large-result.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
3 changes: 3 additions & 0 deletions
3
Tests/RunCMake/CommandLine/BuildDir--build-jobs-large-stderr.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
^The <jobs> value is too large\. | ||
+ | ||
Usage: cmake --build <dir> \[options\] \[-- \[native-options\]\] |
1 change: 1 addition & 0 deletions
1
Tests/RunCMake/CommandLine/BuildDir--build-jobs-zero-result.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
3 changes: 3 additions & 0 deletions
3
Tests/RunCMake/CommandLine/BuildDir--build-jobs-zero-stderr.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
^The <jobs> value requires a positive integer argument\. | ||
+ | ||
Usage: cmake --build <dir> \[options\] \[-- \[native-options\]\] |
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