-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated TribitsHelloWorld_config_git_version_single_repo_one_parent t…
…est (#597) Updated mockprogram inputs and outputs to be more specific about which commit message is being outputted.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ tribits_add_advanced_test( TribitsHelloWorld_config_git_version_single_repo_one_ | |
../TribitsHelloWorld | ||
PASS_REGULAR_EXPRESSION_ALL | ||
"a1234tgb .Thu Sep 21 19:19:18 2023 -0400. <[email protected]>" | ||
"This is the git commit summary line" | ||
"This is the HEAD commit summary line" | ||
ALWAYS_FAIL_ON_NONZERO_RETURN | ||
|
||
TEST_4 | ||
|
@@ -83,7 +83,7 @@ tribits_add_advanced_test( TribitsHelloWorld_config_git_version_single_repo_one_ | |
# | ||
# * The above directory structure is: | ||
# | ||
# TribitsHelloWorld_config_git_version/ | ||
# TribitsHelloWorld_config_git_version_single_repo_one_parent/ | ||
# TribitsHelloWorld/ | ||
# .git/ | ||
# .mockprogram_inout.txt | ||
|
2 changes: 1 addition & 1 deletion
2
...ure_git_mockprogram_files/TribitsHelloWorldRepoVersion.single_repo_one_parent_version.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
*** Base Git Repo: TribitsHelloWorld | ||
a1234tgb [Thu Sep 21 19:19:18 2023 -0400] <[email protected]> | ||
This is the git commit summary line | ||
This is the HEAD commit summary line |
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ MOCK_PROGRAM_RETURN: 0 | |
MOCK_PROGRAM_OUTPUT: a1234tgb [Thu Sep 21 19:19:18 2023 -0400] <[email protected]> | ||
MOCK_PROGRAM_INPUT: log -1 a1234tgbhyujkliu126sl12123s --pretty=format:%s | ||
MOCK_PROGRAM_RETURN: 0 | ||
MOCK_PROGRAM_OUTPUT: This is the git commit summary line | ||
MOCK_PROGRAM_OUTPUT: This is the HEAD commit summary line |