diff options
author | Peter Andersson <[email protected]> | 2012-08-24 01:00:15 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-08-24 01:00:15 +0200 |
commit | 1c6c751aa5eb6ae958354d6839c5f2401854337c (patch) | |
tree | cdbcfcc3a7aed618661dba96d040626cf6584994 /lib/common_test/src/ct_util.hrl | |
parent | 152a67153ad0c9e5ca39651b725bdf11b4be35d6 (diff) | |
download | otp-1c6c751aa5eb6ae958354d6839c5f2401854337c.tar.gz otp-1c6c751aa5eb6ae958354d6839c5f2401854337c.tar.bz2 otp-1c6c751aa5eb6ae958354d6839c5f2401854337c.zip |
Add silent_connections term to test specification
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r-- | lib/common_test/src/ct_util.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl index 7015014441..7b08e78433 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -36,6 +36,7 @@ logopts=[], basic_html=[], verbosity=[], + silent_connections=[], cover=[], config=[], userconfig=[], |