diff options
author | dirkbaechle <devnull@localhost> | 2012-09-06 23:16:49 (GMT) |
---|---|---|
committer | dirkbaechle <devnull@localhost> | 2012-09-06 23:16:49 (GMT) |
commit | 299a549ae875c18748f395aca51068e27ac0d489 (patch) | |
tree | 3d3613396456a717288d7b5e20f38eb5833c5698 /test/scons-time | |
parent | 1c8744b6d4ec8812746415d1aae4f13e634809ca (diff) | |
download | SCons-299a549ae875c18748f395aca51068e27ac0d489.zip SCons-299a549ae875c18748f395aca51068e27ac0d489.tar.gz SCons-299a549ae875c18748f395aca51068e27ac0d489.tar.bz2 |
- added two new functions must_exist_one_of/must_not_exist_any_of to TestCmd,
supporting wildcards
- rewrote several test/packaging tests, using the new matching functions instead
of relying on the os.uname() machine value for determining the resulting RPM filename
- renamed glob modules in test/scons-time to avoid name clashes
- minor fix: added Java 1.7 as supported version to Tool/JavaCommon.py
Diffstat (limited to 'test/scons-time')
-rw-r--r-- | test/scons-time/func/funcglob.py (renamed from test/scons-time/func/glob.py) | 0 | ||||
-rw-r--r-- | test/scons-time/mem/memglob.py (renamed from test/scons-time/mem/glob.py) | 0 | ||||
-rw-r--r-- | test/scons-time/obj/objglob.py (renamed from test/scons-time/obj/glob.py) | 0 | ||||
-rw-r--r-- | test/scons-time/time/timeglob.py (renamed from test/scons-time/time/glob.py) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/test/scons-time/func/glob.py b/test/scons-time/func/funcglob.py index 6240404..6240404 100644 --- a/test/scons-time/func/glob.py +++ b/test/scons-time/func/funcglob.py diff --git a/test/scons-time/mem/glob.py b/test/scons-time/mem/memglob.py index 820021e..820021e 100644 --- a/test/scons-time/mem/glob.py +++ b/test/scons-time/mem/memglob.py diff --git a/test/scons-time/obj/glob.py b/test/scons-time/obj/objglob.py index 2105355..2105355 100644 --- a/test/scons-time/obj/glob.py +++ b/test/scons-time/obj/objglob.py diff --git a/test/scons-time/time/glob.py b/test/scons-time/time/timeglob.py index 1a76d9f..1a76d9f 100644 --- a/test/scons-time/time/glob.py +++ b/test/scons-time/time/timeglob.py |