aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-2622-race.t: add tests for exit branch in get_slack_version()Andreas Guldstrand
2016-05-2622-race.t: add test for exit branch in read_configAndreas Guldstrand
2016-05-2601-unit.t: add test for check_repo() not being able to create repo pathAndreas Guldstrand
2016-05-26SBO::Lib check_repo(): guard make_path in an evalAndreas Guldstrand
so we get the correct exit status and error message
2016-05-26Rename some test filesAndreas Guldstrand
2016-05-2503-travis.t: Make sure repo is empty before running these testsAndreas Guldstrand
2016-05-25travis-deps/install.sh: put SLACKBUILDS.TXT file in repo/ subdirAndreas Guldstrand
2016-05-25travis-deps/install.sh: create SLACKBUILDS.TXT fileAndreas Guldstrand
2016-05-2413-local-check.t: remove ", note => 1" from sbocheck testAndreas Guldstrand
2016-05-2301-unit.t: we were only skipping 1 test; copy paste errorAndreas Guldstrand
2016-05-2301-unit.t: skip another test if there is no SLACKBUILDS.TXTAndreas Guldstrand
2016-05-2301-unit.t: make sure SLACKWARE_VERSION is set for rsync_sbo_treeAndreas Guldstrand
2016-05-2301-unit.t: remove comment now that it has replaced 01-test.tAndreas Guldstrand
2016-05-23t/ reordered test filesAndreas Guldstrand
2016-05-2303-online.t: these tests also replaced by other testsAndreas Guldstrand
2016-05-23tools/cover.pl: only merge run for a single perl versionAndreas Guldstrand
2016-05-2301-test.t: remove 01-test.t, as it is now replaced by other testsAndreas Guldstrand
2016-05-22SBO::Lib: document race condition in git_sbo_tree where $cwd could be deletedAndreas Guldstrand
2016-05-21SBO::Lib: document race condition in git_sbo_tree where $repo_path can be ↵Andreas Guldstrand
deleted
2016-05-20SBO::Lib: document race condition in migrate_repoAndreas Guldstrand
2016-05-19SBO::Lib: reword race condition message in open_fhAndreas Guldstrand
2016-05-1811-git.t: rewrite to use Test::SbotoolsAndreas Guldstrand
2016-05-17man1/sbofind.1: Document that sbofind now searches TAGS.txt file if the repo ↵Andreas Guldstrand
provides it
2016-05-1608-env.t: rewrite to use Test::SbotoolsAndreas Guldstrand
2016-05-15SBO::Lib: document another race conditionAndreas Guldstrand
2016-05-14SBO::Lib: document another race condition in git fetch/reset comboAndreas Guldstrand
2016-05-13SBO::Lib: Add race condition check to read_configAndreas Guldstrand
2016-05-1225-race.t: Add test for race in open_fhAndreas Guldstrand
2016-05-11SBO::Lib: add _race::cond subroutineAndreas Guldstrand
for identifying, documenting, and testing race conditions
2016-05-1014-jobs.t: remove unused libAndreas Guldstrand
2016-05-0923-slackware-version.t: Add tests for different /etc/slackware-version filesAndreas Guldstrand
2016-05-0822-config.t: Test sboconfig with invalid settingsAndreas Guldstrand
2016-05-0819-unit.t: test another bit of revert_slackbuildAndreas Guldstrand
2016-05-0807-fail.t: Check a differently malformed infoAndreas Guldstrand
2016-05-0821-pkg-dir.t: add tests for making pkg dirAndreas Guldstrand
2016-05-07Test::Execute: return undef explicitlyAndreas Guldstrand
2016-05-07sboconfig: need to accept FALSE for SBO_HOME tooAndreas Guldstrand
2016-05-07sboconfig: open_read dies or returns $exit on failAndreas Guldstrand
so no need to also check if it returned true.
2016-05-0721-pkg-dir.t: Also test the command outputsAndreas Guldstrand
2016-05-0621-pkg-dir.t: Add some basic tests for PKG_DIR settingAndreas Guldstrand
2016-05-0519-unit.t: test user_prompt() with undef locationAndreas Guldstrand
2016-05-0412-readme.t: add tests for invalid optionsAndreas Guldstrand
2016-05-04SBO::Lib: fix bug where pressing enter after invalid option supplied didn't workAndreas Guldstrand
2016-05-0412-readme.t: test not supplying any option when askedAndreas Guldstrand
2016-05-0419-unit.t: add test for get_readme_contentsAndreas Guldstrand
2016-05-0419-unit.t: add test for get_src_dirAndreas Guldstrand
2016-05-0419-unit.t: add test for revert_slackbuildAndreas Guldstrand
2016-05-0419-unit.t: add test for get_filename_from_link()Andreas Guldstrand
2016-05-0418-snap.t: add test for update in an empty repoAndreas Guldstrand
2016-05-0418-snap.t: remove unused librariesAndreas Guldstrand