Skip to content

Commit

Permalink
workaround for "the input device is not a TTY" #8
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jun 7, 2019
1 parent f3d8e3c commit 9bd0bcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IQSS-dataverse-api-test-suite-docker-aio-develop.xml
Expand Up @@ -45,6 +45,10 @@ set -e
echo "Installing Dataverse in Docker using docker-aio..."
conf/docker-aio/prep_it.bash

echo "Setting dataverse.siteUrl for DatasetsIT.testPrivateUrl..."
echo "FIXME: Get conf/docker-aio/seturl.bash working from Jenkins."
docker exec dv /usr/local/glassfish4/bin/asadmin create-jvm-options "\"-Ddataverse.siteUrl=http\://localhost\:8084\""

echo "Running API test suite using docker-aio..."
conf/docker-aio/run-test-suite.sh</command>
</hudson.tasks.Shell>
Expand Down

0 comments on commit 9bd0bcf

Please sign in to comment.