Commit 261b1363 authored by Thomas Heller's avatar Thomas Heller

Fix the -x flag so that is does work.

parent de2d78a1
......@@ -178,7 +178,7 @@ def main(*packages):
elif flag == "-u":
use_resources.extend(value.split(","))
elif flag == "-x":
exclude.append(value.split(","))
exclude.extend(value.split(","))
mask = "test_*.py"
if args:
......
Markdown is supported
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