aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-18sbosnap: Make argument checking more streamlinedAndreas Guldstrand
2016-04-18Convert 14-jobs.t to use Test::SbotoolsAndreas Guldstrand
2016-04-17Rewrite 04-install.t to use Test::Sbotools, and test migrationAndreas Guldstrand
2016-04-16Test sbofindAndreas Guldstrand
2016-04-16Add tags-replacing mechanismAndreas Guldstrand
2016-04-16Use indent() to indent contents of filesAndreas Guldstrand
2016-04-16Add indent() sub to exportsAndreas Guldstrand
2016-04-16Allow tags to give names for LO tooAndreas Guldstrand
2016-04-16Rewrite another show_usage invocationAndreas Guldstrand
2016-04-16Change argument checking to use postscript unlessAndreas Guldstrand
2016-04-16Remove useless conditions from show_usage/version invocationsAndreas Guldstrand
2016-04-16Add testing for cleaning builds.Andreas Guldstrand
2016-04-16Test show_usage output for all the sbo* commandsAndreas Guldstrand
2016-04-16Add Test::Sbotools module, and fix Test::Execute for itAndreas Guldstrand
2016-04-15Add testing for multilib with different source filesAndreas Guldstrand
2016-04-14Add tests for JOBS setting. This closes #41.Andreas Guldstrand
2016-04-13Rewrite make line only if jobs specifiedAndreas Guldstrand
See #41.
2016-04-13Fix parallel builds by adding $MAKEOPTStom-crane
Patch from tom-crane in issue #41.
2016-04-13Allow searching for tags case insensitivelyAndreas Guldstrand
2016-04-09Add indent() sub for easy indenting of textAndreas Guldstrand
2016-04-01Use the correct order of arguments to skip()Andreas Guldstrand
2016-04-01Check for error condition in testAndreas Guldstrand
2016-04-01Re-add irc notifications after mergeAndreas Guldstrand
2016-04-01Make tools/cover.pl take a second argument to output the html stats toAndreas Guldstrand
2016-04-01Add tools/cover.pl helper scriptAndreas Guldstrand
2016-04-01Add cover_db helpers to gitignoreAndreas Guldstrand
2016-04-01Try again with removed \Andreas Guldstrand
2016-04-01Tar the cover_db up and see if we can split the prove command into multiple ↵Andreas Guldstrand
lines
2016-03-31Try it without tar, and no need to run `cover`Andreas Guldstrand
2016-03-31Oops, typoAndreas Guldstrand
2016-03-31Tar up the cover_db and only upload itAndreas Guldstrand
2016-03-31Save cover_db on S3Andreas Guldstrand
2016-03-30Change where we put the PERL5OPT env variable, and don't give any argument ↵Andreas Guldstrand
to cover
2016-03-30Make sure the proper directory exists for cover_dbAndreas Guldstrand
2016-03-30Change how we handle the cover_db not workingAndreas Guldstrand
2016-03-30Seems Travis CI didn't like a command starting with a [Andreas Guldstrand
2016-03-30Add "Done" notification for travis-deps/install.shAndreas Guldstrand
2016-03-30Ignore some files when doing coverageAndreas Guldstrand
2016-03-30Let's check that the cover_db was created, and also run as rootAndreas Guldstrand
2016-03-29Add coverage to travisAndreas Guldstrand
2016-03-09Make sure we have SBOs to checkAndreas Guldstrand
2016-03-09put the argument on the right side if the }.Andreas Guldstrand
2016-03-09Make 13-local-check.t be a bit more verbose in its first testAndreas Guldstrand
2016-03-09Missed f in regex and package_up.shAndreas Guldstrand
2016-03-09Allow update tools to use git revisions for version stringsAndreas Guldstrand
2016-03-09Hopefully speed up get_installed_packages() significantlyAndreas Guldstrand
2016-03-05Add testing of tag search. This closes #37.Andreas Guldstrand
2016-03-05Check if TAGS.txt exists before attempting to open itAndreas Guldstrand
2016-03-05We don't want to treat the TAGS.txt names as partial matches. See #37.Andreas Guldstrand
2016-03-05Search through TAGS.txt for matches as well. See #37.Andreas Guldstrand