Browse Source

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


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1757 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
77dfebbc55
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/lib/python/isc/cc/tests/Makefile.am

+ 5 - 1
src/lib/python/isc/cc/tests/Makefile.am

@@ -1,9 +1,13 @@
-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)
 # test using command-line arguments, so use check-local target instead of TESTS