[Koha-bugs] [Bug 20029] New: Verbosity issue that makes the QA tools test suite report 2 failures

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 18 15:11:51 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20029

            Bug ID: 20029
           Summary: Verbosity issue that makes the QA tools test suite
                    report 2 failures
 Change sponsored?: ---
           Product: Project Infrastructure
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: QA tools
          Assignee: jonathan.druart at bugs.koha-community.org
          Reporter: victor.grousset at biblibre.com

1. On a fresh Jessie DevBox
2. As vagrant, allow the kohadev-koha user to run the QA tool test suite
   sudo chown -R kohadev-koha /home/koha/qa-test-tools
3. kshell
4. cd /home/koha/qa-test-tools
5. prove -v t/Perl.t
6. Then you should see two failures

According to Joubu:
> it is just an output issue I guess
> try `qa -c 1 -v 1` and `qa -c 1 -v 2`
> the output is the same, -v 1 should only display the filename, not the details

Results of this test
###################################################################
kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ qa -c 1 -v 1
testing 1 commit(s) (applied to e1770d0 'Bug 19973: Fix SQL syntax error in
uk')

Processing files before patches
|========================>| 1 / 1 (100.00%)
Processing files after patches
|========================>| 1 / 1 (100.00%)

 OK     cataloguing/value_builder/unimarc_field_100.pl
   OK     critic
   OK     forbidden patterns
   OK     git manipulation
   OK     pod
   OK     spelling
   OK     valid

kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ qa -c 1 -v 2
testing 1 commit(s) (applied to e1770d0 'Bug 19973: Fix SQL syntax error in
uk')

Processing files before patches
|========================>| 1 / 1 (100.00%)
Processing files after patches
|========================>| 1 / 1 (100.00%)

 OK     cataloguing/value_builder/unimarc_field_100.pl
   OK     critic
   OK     forbidden patterns
   OK     git manipulation
   OK     pod
   OK     spelling
   OK     valid
###################################################################

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


More information about the Koha-bugs mailing list