From 49949f24cb31941b6fea194ae0a2f73bd42f7ddb Mon Sep 17 00:00:00 2001 From: josegonzalez Date: Tue, 7 Feb 2023 20:17:15 -0500 Subject: [PATCH] debug: check why the commands are failing --- tests/service_import.bats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/service_import.bats b/tests/service_import.bats index d3bcf34..63c6fc7 100755 --- a/tests/service_import.bats +++ b/tests/service_import.bats @@ -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"