Skip to content

Commit

Permalink
style: apply linters automatic fixes (#1020)
Browse files Browse the repository at this point in the history
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
  • Loading branch information
github-actions[bot] and hyperledger-bot committed May 7, 2024
1 parent 9cac565 commit 2fc38c8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions infrastructure/multi/run-e2e-tests-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)

echo "--------------------------------------"
echo "Run e2e tests"
Expand All @@ -12,4 +12,7 @@ export ACME_AGENT_URL=https://agent-df56h.atalaprism.io/cloud-agent
export BOB_AGENT_URL=https://agent-kj46b.atalaprism.io/cloud-agent
export MALLORY_AGENT_URL=https://agent-sd98k.atalaprism.io/cloud-agent

(cd "${SCRIPT_DIR}"/../../tests/e2e-tests/; AGENT_AUTH_REQUIRED=true ./gradlew test reports)
(
cd "${SCRIPT_DIR}"/../../tests/e2e-tests/
AGENT_AUTH_REQUIRED=true ./gradlew test reports
)

0 comments on commit 2fc38c8

Please sign in to comment.