Merge pull request 'chore(deps): update unittests/bash/bats digest to a8d1100' (#25) from renovate/bats-testing-framework into main
Reviewed-on: #25
This commit was merged in pull request #25.
This commit is contained in:
Submodule unittests/bash/bats updated: 5f12b31721...a8d11007e4
@@ -39,7 +39,8 @@ function execute_test_script() {
|
||||
currentEnvsAfter=$(env | sort)
|
||||
|
||||
# diff as unified +/- output without context before/after
|
||||
diff --unified=0 <(echo "$currentEnvsBefore") <(echo "$currentEnvsAfter")
|
||||
# non-zero value returned when differences exist, which is expected
|
||||
diff --unified=0 <(echo "$currentEnvsBefore") <(echo "$currentEnvsAfter") || true
|
||||
|
||||
exit $exitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user