From f780138be49336c7ba0f1b2fc9ecb1ea51753665 Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Wed, 21 Jan 2015 17:02:11 +0100 Subject: Example/TestAll: Fix a typography (TAGS indirection must be used) --- test/test_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_all.py b/test/test_all.py index db4c2c6d..27ae8559 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -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 -- cgit 1.4.1