aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_util.hrl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-08-28 11:04:18 +0200
committerPeter Andersson <[email protected]>2012-08-28 11:04:18 +0200
commitee5133a635f08409fc0e943ea79145bc36acbe4f (patch)
treeea6ab67104d33cbfa5ce0100da0c3d35e87f9fba /lib/common_test/src/ct_util.hrl
parent3a354d40ed3ef0604e1caf78f8995e01de3c8b89 (diff)
parent701315c4fabb5cefc377533198588a85a0fd1417 (diff)
downloadotp-ee5133a635f08409fc0e943ea79145bc36acbe4f.tar.gz
otp-ee5133a635f08409fc0e943ea79145bc36acbe4f.tar.bz2
otp-ee5133a635f08409fc0e943ea79145bc36acbe4f.zip
Merge remote branch 'origin/peppe/common_test/break_cont_error' into maint
* origin/peppe/common_test/break_cont_error: 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=[],