diff options
| author | Steven Knight <knight@baldmt.com> | 2005-10-14 16:23:52 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2005-10-14 16:23:52 (GMT) |
| commit | af962864b108d8fdd654edaf3c0300404ca07e3e (patch) | |
| tree | 3a6877e15644a6da25570af9ee7aade000983ad4 /test/errors.py | |
| parent | 82c2f16e53cba1a639d568fe8d6780dfe30c56ab (diff) | |
| download | SCons-af962864b108d8fdd654edaf3c0300404ca07e3e.zip SCons-af962864b108d8fdd654edaf3c0300404ca07e3e.tar.gz SCons-af962864b108d8fdd654edaf3c0300404ca07e3e.tar.bz2 | |
Get rid of indentation tabs in the test scripts and have runtest.py invoke them with the python -tt option to keep them out.
Diffstat (limited to 'test/errors.py')
| -rw-r--r-- | test/errors.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/errors.py b/test/errors.py index 571bffc..120ea3a 100644 --- a/test/errors.py +++ b/test/errors.py @@ -110,7 +110,7 @@ a ! x """) test.run(stdout = "scons: Reading SConscript files ...\n", - stderr = """ File "SConstruct", line 2 + stderr = """ File "SConstruct", line 2 a ! x @@ -144,7 +144,7 @@ raise SCons.Errors.UserError, 'Depends() require both sources and targets.' """) test.run(stdout = "scons: Reading SConscript files ...\n", - stderr = """ + stderr = """ scons: \*\*\* Depends\(\) require both sources and targets. File "SConstruct", line 4, in \? """, status=2) @@ -159,7 +159,7 @@ raise InternalError, 'error inside' """) test.run(stdout = "scons: Reading SConscript files ...\ninternal error\n", - stderr = r"""Traceback \((most recent call|innermost) last\): + stderr = r"""Traceback \((most recent call|innermost) last\): File ".+", line \d+, in .+ File ".+", line \d+, in .+ File ".+", line \d+, in .+ |
