Add tests for every implemented command
This commit is contained in:
@@ -8,6 +8,7 @@ export PLUGIN_PATH="$DOKKU_ROOT/plugins"
|
||||
export PLUGIN_DATA_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/fixtures"
|
||||
|
||||
mkdir -p $PLUGIN_DATA_ROOT
|
||||
rm -rf "${PLUGIN_DATA_ROOT:?}"/*
|
||||
|
||||
flunk() {
|
||||
{ if [ "$#" -eq 0 ]; then cat -
|
||||
|
||||
Reference in New Issue
Block a user