]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: valgrind-tests: exclude python scripts too 2283/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 7 Jan 2016 10:01:45 +0000 (10:01 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 7 Jan 2016 10:01:45 +0000 (10:01 +0000)
Makefile.am

index 3516b50385d40045d75c13b10c9e38c2e2c79873..6dd547cf9e84072ec122452c44ca3488bf0bd27b 100644 (file)
@@ -6285,10 +6285,10 @@ install-tree: all
        tree $(abs_srcdir)/install-tree
 
 # Let's run all tests of the test suite, but under valgrind. Let's
-# exclude the one perl script we have in there
+# exclude perl/python/shell scripts we have in there
 .PHONY: valgrind-tests
 valgrind-tests: $(TESTS)
-       $(AM_V_GEN)for f in $(filter-out %.pl, $^); do \
+       $(AM_V_GEN)for f in $(filter-out %.pl %.py, $^); do \
                if file $$f | grep -q shell; then \
                echo -e "$${x}Skipping non-binary $$f"; else \
                echo -e "$${x}Running $$f"; \