Unverified Commit 587eaa95 authored by boklm's avatar boklm
Browse files

config/browser-unit: Use the name of the branch as report tag

parent 88db319d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ my @commits = get_commits_by_branch($torbrowser_branch, $esr_branch);
my %res = (
    args => [],
    'reports-url' => 'https://people.torproject.org/~boklm/tbbtests/',
    tags => [ $torbrowser_branch ],
);
my ($previous, $p);
for my $commit (reverse @commits) {