Skip to content
Snippets Groups Projects
Commit eafdc2ea authored by href's avatar href
Browse files

Log on randomly failing CI tets

parent 0a444f2e
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ defmodule GenMagicTest do
test "Custom database file recognises Elixir files" do
database = absolute_path("test/elixir.mgc")
IO.puts("Database: #{inspect(database)} #{inspect(File.exists?(database))}")
{:ok, pid} = GenMagic.Server.start_link(database_patterns: [database])
path = absolute_path("mix.exs")
assert {:ok, %Result{} = result} = GenMagic.Server.perform(pid, path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment