[svn] commit: r1757 - /branches/trac153/src/lib/python/isc/cc/tests/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Apr 20 18:19:16 UTC 2010


Author: jreed
Date: Tue Apr 20 18:19:16 2010
New Revision: 1757

Log:
Remove broken test.py test.
This is tracked via ticket #156.

Modified:
    branches/trac153/src/lib/python/isc/cc/tests/Makefile.am

Modified: branches/trac153/src/lib/python/isc/cc/tests/Makefile.am
==============================================================================
--- branches/trac153/src/lib/python/isc/cc/tests/Makefile.am (original)
+++ branches/trac153/src/lib/python/isc/cc/tests/Makefile.am Tue Apr 20 18:19:16 2010
@@ -1,8 +1,12 @@
-PYTESTS = data_test.py session_test.py test.py
+# NOTE: test.py remove since is broken. See ticket #156
+PYTESTS = data_test.py session_test.py
 # NOTE: test_session.py is to be run manually, so not automated.
 EXTRA_DIST = $(PYTESTS)
 EXTRA_DIST += sendcmd.py
 EXTRA_DIST += test_session.py
+
+# TODO: remove this when readded to PYTESTS
+EXTRA_DIST += test.py
 
 # later will have configure option to choose this, like: coverage run --branch
 PYCOVERAGE = $(PYTHON)




More information about the bind10-changes mailing list