debug: check why the commands are failing

This commit is contained in:
josegonzalez
2023-02-07 20:17:15 -05:00
committed by GitHub
parent fe378009d8
commit 49949f24cb

View File

@@ -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"