Skip to content

Commit

Permalink
remove set -eo pipefail (adoptium#5296)
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
  • Loading branch information
llxia authored May 8, 2024
1 parent 8f4eea5 commit 83bec27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/testenv/testenvSettings.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash
set +x
set -eo pipefail

if [[ $USE_TESTENV_PROPERTIES == true ]]; then
testenv_file="./testenv/testenv.properties"
Expand Down

0 comments on commit 83bec27

Please sign in to comment.