From 2390cf9a0c9cb30ddb9a00bf90c47a2ddc41407a Mon Sep 17 00:00:00 2001 From: Connor Rigby Date: Thu, 26 Oct 2017 09:54:18 -0700 Subject: [PATCH] remove more stuff --- .gitignore | 1 + config/host/test.exs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 283cf713..8d1f6e90 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /deps /*.ez /doc +/cover # Nerves artifacts /_images diff --git a/config/host/test.exs b/config/host/test.exs index 743ae0a4..61d3d4cc 100644 --- a/config/host/test.exs +++ b/config/host/test.exs @@ -38,7 +38,7 @@ config :farmbot, Farmbot.Repo.B, config :farmbot, Farmbot.System.ConfigStorage, adapter: Sqlite.Ecto2, - database: "farmbot_config_storage_test", + database: "test_tmp/farmbot_config_storage_test", pool: Ecto.Adapters.SQL.Sandbox config :farmbot, ecto_repos: [Farmbot.Repo.A, Farmbot.Repo.B, Farmbot.System.ConfigStorage]