diff options
author | Lukas Larsson <[email protected]> | 2011-01-20 17:38:30 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-15 13:25:51 +0100 |
commit | 05a18c6877dde2e7d0d64edb384607098cf8af90 (patch) | |
tree | 54e35e26637889070ca21d62a6e8e5e906fddb27 /lib/common_test/src/ct_util.hrl | |
parent | 18ca34b08868d5c045a854b022a4d9fb3fa727a0 (diff) | |
download | otp-05a18c6877dde2e7d0d64edb384607098cf8af90.tar.gz otp-05a18c6877dde2e7d0d64edb384607098cf8af90.tar.bz2 otp-05a18c6877dde2e7d0d64edb384607098cf8af90.zip |
Update test spec parser to not group suites, groups and cases which are hierarchically related if merge_tests config i set to false
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r-- | lib/common_test/src/ct_util.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl index ee973f6220..66021ae99b 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -40,7 +40,8 @@ multiply_timetraps=[], scale_timetraps=[], alias=[], - tests=[]}). + tests=[], + merge_tests = true }). -record(cover, {app=none, level=details, |