[Koha-bugs] [Bug 10548] koha_perl_deps.pl miscounts dependencies displayed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 6 21:56:14 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10548

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
           Assignee|gmcharlt at gmail.com          |mtompset at hotmail.com

--- Comment #1 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 19442
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19442&action=edit
Moved $count++ into if statements to fix miscount.

TEST
-----
$ cd kohaclone
$ ./koha_perl_deps.pl -m -u

if you have nothing missing, uninstall an optional component.

$ ./koha_perl_deps.pl -m -u

you should get a number missing of at least 1.

$ ./koha_perl_deps.pl -m -u -r

you should get the same number, even though the output is less.

apply patch

$ ./koha_perl_deps.pl -m -u

same results

$ ./koha_perl_deps.pl -m -u -r

the number should differ.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list