https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39877
--- Comment #59 from Kyle M Hall (khall) <[email protected]> --- Comment on attachment 186320 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186320 Bug 39877: Incremental test runs Review of attachment 186320: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=39877&attachment=186320) ----------------------------------------------------------------- ::: Koha/Devel/CI/IncrementalRuns.pm @@ +92,5 @@ > + $self->{test_name} =~ s|\..*$||g; > + } > + > + if ( $self->{git_repo_dir} && $self->{repo_url} ) { > + unless ( -d $self->{git_repo_dir} ) { Should check to see if the dir exists *and* that it is a git dir. Exit with an error or init git in the dir? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
