summaryrefslogtreecommitdiff
path: root/test/SConstruct.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-11-27 14:14:32 +0000
committerSteven Knight <knight@baldmt.com>2001-11-27 14:14:32 +0000
commitf5b84fd3af7d8e3b3d4570dcf40220c96f67d16e (patch)
treedbeb23a7c37cba6af6bd53fd6d985d65d34d98fd /test/SConstruct.py
parent378373defaf150feb90cd54d13626516c6dbe1b4 (diff)
downloadscons-f5b84fd3af7d8e3b3d4570dcf40220c96f67d16e.tar.gz
Move most of the code from the scons script into a SCons module.
Diffstat (limited to 'test/SConstruct.py')
-rw-r--r--test/SConstruct.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py
index d2431bb2..33a20ceb 100644
--- a/test/SConstruct.py
+++ b/test/SConstruct.py
@@ -32,7 +32,7 @@ test = TestSCons.TestSCons(match = TestCmd.match_re)
test.run(stdout = "",
stderr = """
SCons error: No SConstruct file found.
-File "\S+scons(\.py)?", line \d+, in main
+File "\S+Script.py", line \d+, in _main
""")
test.match_func = TestCmd.match_exact