diff options
author | Peter Andersson <[email protected]> | 2012-03-15 16:37:55 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-03-15 16:38:09 +0100 |
commit | 1748c9e027594c011a08feb16c7f94fe62ead2a4 (patch) | |
tree | ac6e0365435de0a23ee1e89a37f084457a1bc6d9 /lib/common_test/src/ct_util.hrl | |
parent | 7484721f847e95380e66456b4a55e08481b570d8 (diff) | |
parent | ccdee0c96757252c63f4e4d2f3d21c628e0c4025 (diff) | |
download | otp-1748c9e027594c011a08feb16c7f94fe62ead2a4.tar.gz otp-1748c9e027594c011a08feb16c7f94fe62ead2a4.tar.bz2 otp-1748c9e027594c011a08feb16c7f94fe62ead2a4.zip |
Merge remote branch 'origin/peppe/common_test/otp-9634_9659' into maint
* origin/peppe/common_test/otp-9634_9659:
Change the option name 'unique_priv_dir' to 'create_priv_dir'
Add test suite for the unique_priv_dir feature
Make it possible to use unique priv_dir names
Create entry for every repeated test in index.html
OTP-9634
OTP-9659
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 bde832811a..082599a9c6 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -43,9 +43,10 @@ include=[], multiply_timetraps=[], scale_timetraps=[], + create_priv_dir=[], alias=[], tests=[], - merge_tests = true }). + merge_tests=true}). -record(cover, {app=none, level=details, |