diff options
author | Peter Andersson <[email protected]> | 2014-04-02 16:42:11 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2014-04-02 17:22:14 +0200 |
commit | 3fab0d4b7c7fc39cc5b92dd7f19743780ccd20b5 (patch) | |
tree | 42fcf26568697bf38a59da9a6508153220f88c7e /lib/common_test/src/ct.erl | |
parent | 6a5c264882058cf0786aba4418079b8552eea1cb (diff) | |
download | otp-3fab0d4b7c7fc39cc5b92dd7f19743780ccd20b5.tar.gz otp-3fab0d4b7c7fc39cc5b92dd7f19743780ccd20b5.tar.bz2 otp-3fab0d4b7c7fc39cc5b92dd7f19743780ccd20b5.zip |
Document the abort_if_missing_suites functionality
OTP-11769
Diffstat (limited to 'lib/common_test/src/ct.erl')
-rw-r--r-- | lib/common_test/src/ct.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl index e6732f7fc7..241cd928b7 100644 --- a/lib/common_test/src/ct.erl +++ b/lib/common_test/src/ct.erl @@ -150,7 +150,8 @@ run(TestDirs) -> %%% {silent_connections,Conns} | {stylesheet,CSSFile} | %%% {cover,CoverSpecFile} | {cover_stop,Bool} | {step,StepOpts} | %%% {event_handler,EventHandlers} | {include,InclDirs} | -%%% {auto_compile,Bool} | {create_priv_dir,CreatePrivDir} | +%%% {auto_compile,Bool} | {abort_if_missing_suites,Bool} | +%%% {create_priv_dir,CreatePrivDir} | %%% {multiply_timetraps,M} | {scale_timetraps,Bool} | %%% {repeat,N} | {duration,DurTime} | {until,StopTime} | %%% {force_stop,ForceStop} | {decrypt,DecryptKeyOrFile} | |