debug: check why the commands are failing
This commit is contained in:
@@ -7,6 +7,7 @@ setup() {
|
||||
}
|
||||
|
||||
teardown() {
|
||||
dokku trace:off
|
||||
dokku --force "$PLUGIN_COMMAND_PREFIX:destroy" l
|
||||
rm -f "/tmp/fake.rdb"
|
||||
}
|
||||
@@ -33,6 +34,7 @@ teardown() {
|
||||
}
|
||||
|
||||
@test "($PLUGIN_COMMAND_PREFIX:import) success" {
|
||||
dokku trace:on
|
||||
run dokku "$PLUGIN_COMMAND_PREFIX:import" l <"/tmp/fake.rdb"
|
||||
echo "output: $output"
|
||||
echo "status: $status"
|
||||
|
||||
Reference in New Issue
Block a user