Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
u3s committed Oct 13, 2023
2 parents 42596d6 + 6f6e4a1 commit 771acd9
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 122 deletions.
2 changes: 1 addition & 1 deletion lib/common_test/src/ct_framework.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ report(What,Data) ->
%% top level test index page needs to be refreshed
TestName = filename:basename(?val(topdir, Data), ".logs"),
RunDir = ?val(rundir, Data),
_ = ct_logs:make_all_suites_index({TestName,RunDir}),
_ = ct_logs:make_all_suites_index({TestName,RunDir},unknown),
ok;
tests_start ->
ok;
Expand Down
Loading

0 comments on commit 771acd9

Please sign in to comment.