Skip to content

Commit

Permalink
Merge branch '8th_deprecate_stow_path' into 9th_docker_local_run_inst…
Browse files Browse the repository at this point in the history
…ructions

# Conflicts:
#	integration_test/run_adapter_and_wait.sh
  • Loading branch information
red1408 committed Aug 12, 2019
2 parents 6945d0a + ad03965 commit 753c944
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions integration_test/run_adapter_and_wait.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
# apiStage project location dataset store adapter_port finish_port
gradle run -Dexec.args='--dimse_aet=IMPORTADAPTER --dimse_port='$6' --dicomweb_address=https://healthcare.googleapis.com/'$1'/projects/'$2'/locations/'$3'/datasets/'$4'/dicomStores/'$5'/dicomWeb --verbose' &
apt-get update
apt-get install -y netcat-openbsd
echo 'Waiting for connection on port '$7' to finish step'
nc -l -p $7
echo 'Finishing adapter run'

0 comments on commit 753c944

Please sign in to comment.