summaryrefslogtreecommitdiff
path: root/python/SConscript
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2006-04-17 14:48:50 +1000
committerRobert Collins <robertc@robertcollins.net>2006-04-17 14:48:50 +1000
commita34205a76214eccedc6b95b67421d6c51f0be9de (patch)
treea0d44b31e83bafda748aa7a519a875b52731ab42 /python/SConscript
parent4ff83274f7a9c20297c3484e994ba584c1771b31 (diff)
downloadsubunit-git-a34205a76214eccedc6b95b67421d6c51f0be9de.tar.gz
Simplify test running, combine shell and python tests into one pyunit suite.
Diffstat (limited to 'python/SConscript')
-rw-r--r--python/SConscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/SConscript b/python/SConscript
index 416ff9f..d537e3e 100644
--- a/python/SConscript
+++ b/python/SConscript
@@ -18,7 +18,3 @@ python_suffix = distutils.sysconfig.get_python_lib()[len(prefix):]
# install path for python is then in DESTDIR + python_suffix
python_installdir = DESTDIR + python_suffix + '/subunit'
env.Alias('install', [Install(python_installdir, 'subunit/__init__.py')])
-# tests
-tests = []
-tests.append(env.TestPython('check_python', 'test_python.py', PYTHONPATH='python'))
-env.Alias('check', tests)