Skip to content

input request from install-wp-tests.sh hangs dockunit #172

@javaongsan

Description

@javaongsan
+echo 'Hey, this is going to create a databse or stomp out '"$DB_NAME"' if it exists, continue? [y/n]'
 +read -r GO_ON
 +
 +if [[ 'y' != "$GO_ON" ]]; then
 +	echo 'See ya! http://bit.ly/2sxOB0u'
 +	exit;
 +fi

This part of the code hangs the dock container if you use dockunit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions