Skip to content
Snippets Groups Projects
Commit 9008ae9f authored by Daniel Salzman's avatar Daniel Salzman
Browse files

tests-extra: add note on unusable libknot with ASAN

parent 7b5cf7b9
Branches
No related merge requests found
......@@ -10,4 +10,4 @@ try:
import libknot.control
libknot.control.load_lib(params.libknot_lib)
except:
raise Skip("libknot not available")
raise Skip("libknot not available or set KNOT_TEST_LIBKNOT to another libknot without ASAN")
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment