diff options
| author | Steven Knight <knight@baldmt.com> | 2006-02-17 11:13:44 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2006-02-17 11:13:44 (GMT) |
| commit | 01e28894fefef5262340d8cf3d9d10bab9ef332b (patch) | |
| tree | 5aa3861e45ae88203f5e07c35a8cd84ec9cefaa8 /etc/TestCommon.py | |
| parent | 2708dc3927775a374fc94a6996ebe09e70705e60 (diff) | |
| download | SCons-01e28894fefef5262340d8cf3d9d10bab9ef332b.zip SCons-01e28894fefef5262340d8cf3d9d10bab9ef332b.tar.gz SCons-01e28894fefef5262340d8cf3d9d10bab9ef332b.tar.bz2 | |
Add a --verbose option to runtest.py. (Baptiste Lepilleur) Fix (?) a deadlock using the --xml option on Windows.
Diffstat (limited to 'etc/TestCommon.py')
| -rw-r--r-- | etc/TestCommon.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/TestCommon.py b/etc/TestCommon.py index 76ee8f0..af38ab5 100644 --- a/etc/TestCommon.py +++ b/etc/TestCommon.py @@ -80,8 +80,8 @@ The TestCommon module also provides the following variables # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. __author__ = "Steven Knight <knight at baldmt dot com>" -__revision__ = "TestCommon.py 0.18.D001 2005/10/15 06:40:23 knight" -__version__ = "0.18" +__revision__ = "TestCommon.py 0.20.D001 2006/02/16 06:28:21 knight" +__version__ = "0.20" import os import os.path |
