diff options
author | Peter Andersson <[email protected]> | 2014-03-05 14:44:15 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2014-03-05 18:33:14 +0100 |
commit | 62ee1879ea5cc8c9662983c64630d7bb87a275a3 (patch) | |
tree | ca446e4c116bceed728a4f04e152e626627f7a25 /lib/common_test/src/ct_util.hrl | |
parent | c199bd2923e7d733e60beb9bd27b3852cbb2e699 (diff) | |
download | otp-62ee1879ea5cc8c9662983c64630d7bb87a275a3.tar.gz otp-62ee1879ea5cc8c9662983c64630d7bb87a275a3.tar.bz2 otp-62ee1879ea5cc8c9662983c64630d7bb87a275a3.zip |
Add flag to abort test run if suites fail to compile
OTP-11769
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 a82d58cc42..845bb55486 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -48,6 +48,7 @@ release_shell=false, include=[], auto_compile=[], + abort_if_missing_suites=[], stylesheet=[], multiply_timetraps=[], scale_timetraps=[], |