diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-08-01 16:33:36 +0700 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-08-01 16:33:36 +0700 |
| commit | f98235f2adfff290d95c7353c63225c07e5f86ff (patch) | |
| tree | d38efd4e07496f1be52c7a80f8d974c70a41f664 /test | |
| parent | cdfd02e90455fe7c01026efb48af3194cc82252b (diff) | |
| download | pleroma-f98235f2adfff290d95c7353c63225c07e5f86ff.tar.gz pleroma-f98235f2adfff290d95c7353c63225c07e5f86ff.zip | |
Clean up tests output
Diffstat (limited to 'test')
| -rw-r--r-- | test/web/admin_api/admin_api_controller_test.exs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/web/admin_api/admin_api_controller_test.exs b/test/web/admin_api/admin_api_controller_test.exs index 824ad23e6..f61499a22 100644 --- a/test/web/admin_api/admin_api_controller_test.exs +++ b/test/web/admin_api/admin_api_controller_test.exs @@ -1922,7 +1922,10 @@ defmodule Pleroma.Web.AdminAPI.AdminAPIControllerTest do temp_file = "config/test.exported_from_db.secret.exs" + Mix.shell(Mix.Shell.Quiet) + on_exit(fn -> + Mix.shell(Mix.Shell.IO) :ok = File.rm(temp_file) end) |
