Skip to content

Commit 0311421

Browse files
committed
Fix warning message and exclude fixture from test suite
1 parent df275ad commit 0311421

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

lib/rustler_precompiled.ex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,9 +1059,10 @@ defmodule RustlerPrecompiled do
10591059
No certificate trust store was found.
10601060
10611061
A certificate trust store is required in
1062-
order to download locales for your configuration.
1062+
order to download precompiled artifacts for
1063+
one of your system's library.
10631064
Since rustler_precompiled could not detect a system
1064-
installed certificate trust store one of the
1065+
installed certificate trust store, one of the
10651066
following actions may be taken:
10661067
10671068
1. Specify the location of a certificate trust store

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ defmodule RustlerPrecompiled.MixProject do
1212
start_permanent: Mix.env() == :prod,
1313
description: "Make the usage of precompiled NIFs easier for projects using Rustler",
1414
package: package(),
15+
test_ignore_filters: [&String.starts_with?(&1, "test/fixtures")],
1516
docs: docs(),
1617
deps: deps()
1718
]

0 commit comments

Comments
 (0)