Skip to content

Commit

Permalink
Get started with git metrics.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Aug 28, 2023
1 parent cc496fe commit 6eb67f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ let () =
output_string f s;
close_out f

let () =
Printf.printf "Testing metrics...\n%!";
let dir = "/tmp/metrics" in
if not (Sys.file_exists dir) then
assert (Sys.command "cd /tmp && git clone -b metrics https://github.com/savonet/liquidsoap.git metrics" = 0)

0 comments on commit 6eb67f7

Please sign in to comment.