Now, "make check" will run the regex tests as well as everything else. --- tests/regex/Makefile.am | 2 ++ tests/regex/proxy.py | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) mode change 100644 => 100755 tests/regex/proxy.py diff --git a/tests/regex/Makefile.am b/tests/regex/Makefile.am index af1bd58..f9bb6f9 100644 --- a/tests/regex/Makefile.am +++ b/tests/regex/Makefile.am @@ -20,3 +20,5 @@ EXTRA_DIST = *.py MAINTAINERCLEANFILES = Makefile.in + +TESTS = proxy.py diff --git a/tests/regex/proxy.py b/tests/regex/proxy.py old mode 100644 new mode 100755 index 767330d..8d5596c --- a/tests/regex/proxy.py +++ b/tests/regex/proxy.py @@ -1,3 +1,4 @@ +#!/usr/bin/python import unittest import re import traceback -- 1.7.0.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list