diff options
author | Peter Andersson <[email protected]> | 2012-08-15 16:48:32 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-08-21 11:50:20 +0200 |
commit | ecf119feda32c0692bf688462ced24efa35789f1 (patch) | |
tree | 69b83cd13f0d847e6b00c4d5231d39d1d4f9eb26 /lib/common_test/src/ct_run.erl | |
parent | 306bcdfd962b941434c37d9059ee4dc0364cc71a (diff) | |
download | otp-ecf119feda32c0692bf688462ced24efa35789f1.tar.gz otp-ecf119feda32c0692bf688462ced24efa35789f1.tar.bz2 otp-ecf119feda32c0692bf688462ced24efa35789f1.zip |
Test new testspec functionality and correct bugs
OTP-10049
OTP-10089
Diffstat (limited to 'lib/common_test/src/ct_run.erl')
-rw-r--r-- | lib/common_test/src/ct_run.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_run.erl b/lib/common_test/src/ct_run.erl index e801ff925a..04bf86c71a 100644 --- a/lib/common_test/src/ct_run.erl +++ b/lib/common_test/src/ct_run.erl @@ -2585,7 +2585,7 @@ opts2args(EnvStartOpts) -> ({decrypt,{file,File}}) -> [{ct_decrypt_file,[File]}]; ({basic_html,true}) -> - ({basic_html,[]}); + [{basic_html,[]}]; ({basic_html,false}) -> []; ({event_handler,EH}) when is_atom(EH) -> |