http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15013 Bug ID: 15013 Summary: test option (-t) does not work in batchRebuildItemsTables.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt@gmail.com Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz batchRebuildItemsTables.pl should allow a dry-run using the '-t' parameter, but the script aborts instead, due to the following line: pod2usage(1) if ($help || (!$confirm)); The logic for actually committing records to the database is in place farther on in the code, so we shouldn't be quitting there. -- You are receiving this mail because: You are watching all bug changes.