mirror of
https://github.com/cea-sec/miasm
synced 2026-06-21 13:48:18 +00:00
Example/TestAll: Fix a typography (TAGS indirection must be used)
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ By default, no tag is ommited." % ", ".join(TAGS.keys()), default="")
|
||||
"'py-llvm 3.2' module is required for llvm tests"
|
||||
|
||||
# Remove llvm tests
|
||||
if "llvm" not in exclude_tags:
|
||||
if TAGS["llvm"] not in exclude_tags:
|
||||
exclude_tags.append(TAGS["llvm"])
|
||||
|
||||
# Set callbacks
|
||||
|
||||
Reference in New Issue
Block a user