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

            Bug ID: 31466
           Summary: t/00-check-atomic-updates.t always fails if atomic
                    update exists
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: blocker
          Priority: P5 - low
         Component: Test Suite
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Bug 31108 fixed the test to make it run, but now it fails if there is ever a
file in the atomic updates directory. The test is 

unlike( $f, qr/.*pl$/, "check for unhandled atomic updates: $f" );

Which means the test passes if the atomic update filename DOES NOT MATCH the
format something.pl. However atomic update files always match that format, so
the test always fails and blocks packages from building.

-- 
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/

Reply via email to