This commit is contained in:
Jose Diaz-Gonzalez
2023-02-07 21:46:24 -05:00
parent 76a5fbd9cb
commit cdb062fed1
2 changed files with 5 additions and 7 deletions

View File

@@ -7,7 +7,6 @@ setup() {
}
teardown() {
dokku trace:off
dokku --force "$PLUGIN_COMMAND_PREFIX:destroy" l
rm -f "/tmp/fake.rdb"
}
@@ -34,8 +33,7 @@ teardown() {
}
@test "($PLUGIN_COMMAND_PREFIX:import) success" {
dokku trace:on
run dokku "$PLUGIN_COMMAND_PREFIX:import" l <"/tmp/fake.rdb"
run dokku --trace "$PLUGIN_COMMAND_PREFIX:import" l <"/tmp/fake.rdb"
echo "output: $output"
echo "status: $status"
assert_success