Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes #50

Merged
merged 9 commits into from
Jun 15, 2022
Merged

Various fixes #50

merged 9 commits into from
Jun 15, 2022

Conversation

markdboyd
Copy link
Contributor

Changes proposed in this pull request:

  • Add unit test case for empty response from UAA for user
  • Refactoring
  • Add script for running e2e test locally

Security considerations

None

@@ -1,7 +1,7 @@
#!/usr/bin/env bash

set -euo pipefail
shopt -s inherit_errexit
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this to support older bash versions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This script was always failing for me locally without this fallback. See:

$ bash -c 'shopt -s inherit_errexit'                                                                                                                                          
bash: line 0: shopt: inherit_errexit: invalid shell option name

bengerman13
bengerman13 previously approved these changes Jun 13, 2022
@markdboyd markdboyd merged commit 6c580f6 into main Jun 15, 2022
@markdboyd markdboyd deleted the various-fixes branch June 15, 2022 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants