Merge pull request #5 from dokku/lg-add-more-tests

Add more tests
This commit is contained in:
Jose Diaz-Gonzalez
2015-09-09 11:36:34 -04:00
21 changed files with 423 additions and 32 deletions

View File

@@ -36,7 +36,7 @@ case "$1" in
echo "$ID" > "$SERVICE_ROOT/ID"
dokku_log_verbose_quiet "Waiting for container to be ready"
sleep 10
docker run --rm --link "$SERVICE_NAME:$PLUGIN_COMMAND_PREFIX" aanand/wait > /dev/null
dokku_log_info2 "$PLUGIN_SERVICE container created: $SERVICE"
dokku "$PLUGIN_COMMAND_PREFIX:info" "$SERVICE"