Skip to content

Commit

Permalink
Map gemstone key
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Nov 1, 2023
1 parent 7e536ad commit e37ed03
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .docker/gs64/docker-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,13 @@ docker buildx build --tag launchpad-gs64:sut docker/gs64

print_info "Running basic test"
executeWithArguments docker run \
-e TZ="America/Argentina/Buenos_Aires" \
-e GS64_STONE_HOSTNAME="gs64-stone" \
--network=launchpad-net \
--cap-add=SYS_RESOURCE \
launchpad-examples-gs64:sut
-e TZ="America/Argentina/Buenos_Aires" \
-e GS64_STONE_HOSTNAME="gs64-stone" \
--cap-add=SYS_RESOURCE \
--network=launchpad-net \
--volume=$PWD/.docker/gs64/gem.conf:/opt/gemstone/conf/gem.conf \

Check notice on line 85 in .docker/gs64/docker-tests.sh

View workflow job for this annotation

GitHub Actions / shellcheck

[shellcheck] .docker/gs64/docker-tests.sh#L85 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./.docker/gs64/docker-tests.sh:85:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
--volume=$PWD/.docker/gs64/gemstone.key:/opt/gemstone/product/sys/gemstone.key:ro \

Check notice on line 86 in .docker/gs64/docker-tests.sh

View workflow job for this annotation

GitHub Actions / shellcheck

[shellcheck] .docker/gs64/docker-tests.sh#L86 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./.docker/gs64/docker-tests.sh:86:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
launchpad-examples-gs64:sut
assertOutputIncludesMessage '[INFO]' out
assertOutputIncludesMessage "Hi Mr. DJ!" out
print_success "OK"
Expand Down

0 comments on commit e37ed03

Please sign in to comment.