diff options
author | Peter Andersson <[email protected]> | 2013-11-07 22:13:54 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-11-18 18:07:10 +0100 |
commit | 16f45bc71e6a9cec351ca562a7a1e77569d4cdcf (patch) | |
tree | 756c2ac7c39627f87dcb64426e2631429198e96a /lib/common_test/test/ct_surefire_SUITE.erl | |
parent | cf6f587e997e240452099d0644ac89e58765bc10 (diff) | |
download | otp-16f45bc71e6a9cec351ca562a7a1e77569d4cdcf.tar.gz otp-16f45bc71e6a9cec351ca562a7a1e77569d4cdcf.tar.bz2 otp-16f45bc71e6a9cec351ca562a7a1e77569d4cdcf.zip |
Change report tag for failed init_per_testcase from skipped to auto_skipped
Diffstat (limited to 'lib/common_test/test/ct_surefire_SUITE.erl')
-rw-r--r-- | lib/common_test/test/ct_surefire_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/test/ct_surefire_SUITE.erl b/lib/common_test/test/ct_surefire_SUITE.erl index 1a370de44a..d9f46af3ae 100644 --- a/lib/common_test/test/ct_surefire_SUITE.erl +++ b/lib/common_test/test/ct_surefire_SUITE.erl @@ -328,6 +328,7 @@ events_to_result([]) -> result(ok) ->[]; result({skipped,_}) -> [s]; +result({auto_skipped,_}) -> [s]; result({failed,_}) -> [f]. %% Using the expected events' last test_stats element to produce the |