-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from omarzl/task/keychain-creation-log
Added new keychain path log
- Loading branch information
Showing
7 changed files
with
217 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
3 changes: 3 additions & 0 deletions
3
...ests/__Snapshots__/CreateKeychainCommandTests/CreateKeychainCommandTests_testErrors.4.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 @@ | ||
[CreateKeychainCommand] Unable to list keychains | ||
- Output: output | ||
- Error: errorOutput |
4 changes: 4 additions & 0 deletions
4
...ests/__Snapshots__/CreateKeychainCommandTests/CreateKeychainCommandTests_testErrors.5.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,4 @@ | ||
[CreateKeychainCommand] Unable to find keychain | ||
- Keychain Name: keychainName | ||
- Output: output | ||
- Error: errorOutput |
39 changes: 39 additions & 0 deletions
39
...eateKeychainCommandTests/CreateKeychainCommandTests_test_execute_cannotFindKeychain.1.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,39 @@ | ||
▿ 4 elements | ||
▿ (4 elements) | ||
- .0: "/usr/bin/env" | ||
▿ .1: 5 elements | ||
- "security" | ||
- "create-keychain" | ||
- "-p" | ||
- "keychainPassword" | ||
- "keychainName" | ||
- .2: Optional<Dictionary<String, String>>.none | ||
- .3: Optional<Data>.none | ||
▿ (4 elements) | ||
- .0: "/usr/bin/env" | ||
▿ .1: 6 elements | ||
- "security" | ||
- "set-keychain-settings" | ||
- "-t" | ||
- "7200" | ||
- "-l" | ||
- "keychainName" | ||
- .2: Optional<Dictionary<String, String>>.none | ||
- .3: Optional<Data>.none | ||
▿ (4 elements) | ||
- .0: "/usr/bin/env" | ||
▿ .1: 5 elements | ||
- "security" | ||
- "unlock-keychain" | ||
- "-p" | ||
- "keychainPassword" | ||
- "keychainName" | ||
- .2: Optional<Dictionary<String, String>>.none | ||
- .3: Optional<Data>.none | ||
▿ (4 elements) | ||
- .0: "/usr/bin/env" | ||
▿ .1: 2 elements | ||
- "security" | ||
- "list-keychains" | ||
- .2: Optional<Dictionary<String, String>>.none | ||
- .3: Optional<Data>.none |
39 changes: 39 additions & 0 deletions
39
...eateKeychainCommandTests/CreateKeychainCommandTests_test_execute_cannotListKeychain.1.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,39 @@ | ||
▿ 4 elements | ||
▿ (4 elements) | ||
- .0: "/usr/bin/env" | ||
▿ .1: 5 elements | ||
- "security" | ||
- "create-keychain" | ||
- "-p" | ||
- "keychainPassword" | ||
- "keychainName" | ||
- .2: Optional<Dictionary<String, String>>.none | ||
- .3: Optional<Data>.none | ||
▿ (4 elements) | ||
- .0: "/usr/bin/env" | ||
▿ .1: 6 elements | ||
- "security" | ||
- "set-keychain-settings" | ||
- "-t" | ||
- "7200" | ||
- "-l" | ||
- "keychainName" | ||
- .2: Optional<Dictionary<String, String>>.none | ||
- .3: Optional<Data>.none | ||
▿ (4 elements) | ||
- .0: "/usr/bin/env" | ||
▿ .1: 5 elements | ||
- "security" | ||
- "unlock-keychain" | ||
- "-p" | ||
- "keychainPassword" | ||
- "keychainName" | ||
- .2: Optional<Dictionary<String, String>>.none | ||
- .3: Optional<Data>.none | ||
▿ (4 elements) | ||
- .0: "/usr/bin/env" | ||
▿ .1: 2 elements | ||
- "security" | ||
- "list-keychains" | ||
- .2: Optional<Dictionary<String, String>>.none | ||
- .3: Optional<Data>.none |