[svn] commit: r3024 - in /branches/trac322/src/lib/python/isc/utils/tests: Makefile.am process_test.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Sun Sep 26 13:13:55 UTC 2010
Author: vorner
Date: Sun Sep 26 13:13:55 2010
New Revision: 3024
Log:
Further slight cleanups
Just a comment and unused Makefile hack
Modified:
branches/trac322/src/lib/python/isc/utils/tests/Makefile.am
branches/trac322/src/lib/python/isc/utils/tests/process_test.py.in
Modified: branches/trac322/src/lib/python/isc/utils/tests/Makefile.am
==============================================================================
--- branches/trac322/src/lib/python/isc/utils/tests/Makefile.am (original)
+++ branches/trac322/src/lib/python/isc/utils/tests/Makefile.am Sun Sep 26 13:13:55 2010
@@ -8,6 +8,5 @@
for pytest in $(PYTESTS) ; do \
echo Running test: $$pytest ; \
env PYTHONPATH=$(abs_top_srcdir)/src/lib/python:$(abs_top_builddir)/src/lib/python:$(abs_top_builddir)/src/lib/dns/python/.libs \
- $(LIBRARY_PATH_PLACEHOLDER) \
$(PYCOVERAGE) $(abs_srcdir)/$$pytest || exit ; \
done
Modified: branches/trac322/src/lib/python/isc/utils/tests/process_test.py.in
==============================================================================
--- branches/trac322/src/lib/python/isc/utils/tests/process_test.py.in (original)
+++ branches/trac322/src/lib/python/isc/utils/tests/process_test.py.in Sun Sep 26 13:13:55 2010
@@ -50,7 +50,7 @@
"""
Test if every script renames itself.
- Scan all Makefile.am and look for scripts.
+ Scan all Makefile.in and look for scripts.
Then scan them by looking at the source text
(without actually running them)
"""
@@ -64,7 +64,7 @@
fun = re.compile(r'^\s*isc\.utils\.process\.rename\s*\(.*\)\s*(|#.*)$',
re.MULTILINE)
- # Find all Makefile.am and extract names of scripts
+ # Find all Makefile.in and extract names of scripts
for (d, _, fs) in os.walk('@top_srcdir@'):
if 'Makefile.in' in fs:
makefile = ''.join(open(os.path.join(d,
More information about the bind10-changes
mailing list