diff options
author | Steven Knight <knight@baldmt.com> | 2001-11-27 14:14:32 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-11-27 14:14:32 (GMT) |
commit | f5b84fd3af7d8e3b3d4570dcf40220c96f67d16e (patch) | |
tree | dbeb23a7c37cba6af6bd53fd6d985d65d34d98fd /test/SConstruct.py | |
parent | 378373defaf150feb90cd54d13626516c6dbe1b4 (diff) | |
download | SCons-f5b84fd3af7d8e3b3d4570dcf40220c96f67d16e.zip SCons-f5b84fd3af7d8e3b3d4570dcf40220c96f67d16e.tar.gz SCons-f5b84fd3af7d8e3b3d4570dcf40220c96f67d16e.tar.bz2 |
Move most of the code from the scons script into a SCons module.
Diffstat (limited to 'test/SConstruct.py')
-rw-r--r-- | test/SConstruct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py index d2431bb..33a20ce 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 |