From ed03f261632595d4056fa50fe77cb552129f70f9 Mon Sep 17 00:00:00 2001 From: Pablo Costas Date: Sat, 14 Mar 2020 21:42:14 +0100 Subject: [PATCH] Symlink on test fail too --- src/rebar_prv_common_test.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl index 6a7b6199..cfbf0840 100644 --- a/src/rebar_prv_common_test.erl +++ b/src/rebar_prv_common_test.erl @@ -78,6 +78,7 @@ do(State, Tests) -> {ok, State}; Error -> rebar_paths:set_paths([plugins, deps], State), + symlink_to_last_ct_logs(State), Error end; Error ->