Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Nov 20, 2023
2 parents f30cbd5 + a2d31b7 commit 645333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/sync-github-prs.es
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ purge_prs(Target) ->
%% Start by deleting all data from common_test test runs as they are huge.
os:cmd("rm -rf "++Target++"*/ct_logs/ct_run*/*common_test_test*/run*/log_private/ct_run*"),
Files = string:split(cmd("find " ++ Target ++ " -type f -a "
"-name \\! suite.log.html -exec du -a {} \\+"),"\n",all),
"\\! -name suite.log.html -exec du -a {} \\+"),"\n",all),
SortedFiles =
lists:sort(fun([A|_]=As,[B|_]=Bs) ->
binary_to_integer(A) >= binary_to_integer(B)
Expand Down

0 comments on commit 645333a

Please sign in to comment.