summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-05-25 15:30:57 (GMT)
committerSteven Knight <knight@baldmt.com>2010-05-25 15:30:57 (GMT)
commit83b22241599ed5f8dc1bfdb1fdcca6fbcc39b95f (patch)
treeb6075897b0eff6fa62a5167721533064b05cbcc7 /SConstruct
parent86fbfc8a9d32c7e8e4f0768b6c03f5ea3571853f (diff)
downloadSCons-83b22241599ed5f8dc1bfdb1fdcca6fbcc39b95f.zip
SCons-83b22241599ed5f8dc1bfdb1fdcca6fbcc39b95f.tar.gz
SCons-83b22241599ed5f8dc1bfdb1fdcca6fbcc39b95f.tar.bz2
Delete references to QMTest/unittest.py, which has been removed.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct24
1 files changed, 12 insertions, 12 deletions
diff --git a/SConstruct b/SConstruct
index 25f1ed4..2690311 100644
--- a/SConstruct
+++ b/SConstruct
@@ -879,8 +879,8 @@ for p in [ scons ]:
# Run setup.py in the unpacked subdirectory to "install" everything
# into our build/test subdirectory. The runtest.py script will set
# PYTHONPATH so that the tests only look under build/test-{package},
- # and under etc (for the testing modules TestCmd.py, TestSCons.py,
- # and unittest.py). This makes sure that our tests pass with what
+ # and under QMTest (for the testing modules TestCmd.py, TestSCons.py,
+ # etc.). This makes sure that our tests pass with what
# we really packaged, not because of something hanging around in
# the development directory.
#
@@ -946,8 +946,8 @@ for p in [ scons ]:
# Run setup.py in the unpacked subdirectory to "install" everything
# into our build/test subdirectory. The runtest.py script will set
# PYTHONPATH so that the tests only look under build/test-{package},
- # and under etc (for the testing modules TestCmd.py, TestSCons.py,
- # and unittest.py). This makes sure that our tests pass with what
+ # and under QMTest (for the testing modules TestCmd.py, TestSCons.py,
+ # etc.). This makes sure that our tests pass with what
# we really packaged, not because of something hanging around in
# the development directory.
#
@@ -1261,10 +1261,10 @@ if sfiles:
# Run setup.py in the unpacked subdirectory to "install" everything
# into our build/test subdirectory. The runtest.py script will set
# PYTHONPATH so that the tests only look under build/test-{package},
- # and under etc (for the testing modules TestCmd.py, TestSCons.py,
- # and unittest.py). This makes sure that our tests pass with what
- # we really packaged, not because of something hanging around in
- # the development directory.
+ # and under QMTest (for the testing modules TestCmd.py,
+ # TestSCons.py, etc.). This makes sure that our tests pass with
+ # what we really packaged, not because of something hanging around
+ # in the development directory.
#
# We can get away with calling setup.py using a directory path
# like this because we put a preamble in it that will chdir()
@@ -1315,10 +1315,10 @@ if sfiles:
# Run setup.py in the unpacked subdirectory to "install" everything
# into our build/test subdirectory. The runtest.py script will set
# PYTHONPATH so that the tests only look under build/test-{package},
- # and under etc (for the testing modules TestCmd.py, TestSCons.py,
- # and unittest.py). This makes sure that our tests pass with what
- # we really packaged, not because of something hanging around in
- # the development directory.
+ # and under QMTest (for the testing modules TestCmd.py,
+ # TestSCons.py, etc.). This makes sure that our tests pass with
+ # what we really packaged, not because of something hanging
+ # around in the development directory.
#
# We can get away with calling setup.py using a directory path
# like this because we put a preamble in it that will chdir()