aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_util.hrl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-08-27 16:37:16 +0200
committerPeter Andersson <[email protected]>2012-08-27 16:37:16 +0200
commit701315c4fabb5cefc377533198588a85a0fd1417 (patch)
tree6b6b29b80b61397ec44dcc6171e86f64256715aa /lib/common_test/src/ct_util.hrl
parent5472a54b7f952c08e794eb52175d3724cc2937db (diff)
downloadotp-701315c4fabb5cefc377533198588a85a0fd1417.tar.gz
otp-701315c4fabb5cefc377533198588a85a0fd1417.tar.bz2
otp-701315c4fabb5cefc377533198588a85a0fd1417.zip
Make sure the test can never hang when ct:break/1/2 is called
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r--lib/common_test/src/ct_util.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl
index 7b08e78433..196b5e46d0 100644
--- a/lib/common_test/src/ct_util.hrl
+++ b/lib/common_test/src/ct_util.hrl
@@ -43,7 +43,7 @@
event_handler=[],
ct_hooks=[],
enable_builtin_hooks=true,
- noinput=false,
+ release_shell=false,
include=[],
auto_compile=[],
stylesheet=[],