chiark / gitweb /
test: simplify rules-test.sh wrapper
authorMartin Pitt <martin.pitt@ubuntu.com>
Tue, 20 Jan 2015 19:50:35 +0000 (20:50 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Tue, 20 Jan 2015 19:52:25 +0000 (20:52 +0100)
commite8015e6e28fe7d287fc1d5d8bfd82ca65c51326c
tree820b84edb419f34a1b6139d64bd79fb8daf75db2
parentc09ef2e4e8331ddc7ee063d295c322a0939ea851
test: simplify rules-test.sh wrapper

Drop globbing of rules/*.rules in the rules-test.sh wrapper and move that logic
into the actual test rule-syntax-check.py. This can still be called with
individual rules files, but when being called without arguments it will now
process all top_builddir/rules/*.rules.

Preparation for dropping the shell wrappers altogether.
test/rule-syntax-check.py
test/rules-test.sh