diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-05-12 08:17:33 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2017-05-12 08:17:33 -0400 |
commit | 216bf73f739bf8dfdcdb075837b99cd32d76e1ac (patch) | |
tree | 8423c854b20dbb851ca4b6222595b7ab423fc379 /test | |
parent | 643a4b214c6842d43b9ed7ca9f12d247743e74ed (diff) |
Bump cth_readable to 1.2.6
This fixes the output of end_per_testcase crash notifications when the
test passes.
This also detect an issue of the kind with rebar_pkg_SUITE which is now
fixed.
Diffstat (limited to 'test')
-rw-r--r-- | test/rebar_pkg_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_pkg_SUITE.erl b/test/rebar_pkg_SUITE.erl index 30cc0a8..32873c8 100644 --- a/test/rebar_pkg_SUITE.erl +++ b/test/rebar_pkg_SUITE.erl @@ -287,7 +287,7 @@ mock_config(Name, Config) -> unmock_config(Config) -> meck:unload(), - ets:delete(?config(mock_table, Config)). + catch ets:delete(?config(mock_table, Config)). copy_to_cache({Pkg,Vsn}, Config) -> Name = <<Pkg/binary, "-", Vsn/binary, ".tar">>, |