aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-14SBO::Lib: strip off kernel from version stringsAndreas Guldstrand
This fixes #43.
2016-06-14t/: tests for sbos adding kernel to version stringAndreas Guldstrand
See #43.
2016-06-1305-upgrade.t: add test for sboupgrade --all when nothing needs updatingAndreas Guldstrand
2016-06-1307-fail.t: also removepkg multilibfail in cleanupAndreas Guldstrand
2016-06-13sboupgrade: change //= construct to be more verboseAndreas Guldstrand
2016-06-13sboupgrade: get rid of no-longer-used variablesAndreas Guldstrand
2016-06-1127-race-sbofind.t: add tests for races in sbofindAndreas Guldstrand
2016-06-1126-race-sbocheck.t: correct comment; it's for sbocheck, not sboconfigAndreas Guldstrand
2016-06-11sbofind: enable testing of race conditionAndreas Guldstrand
2016-06-10sbofind: check if path is a file rather than if it's readable; root can read ↵Andreas Guldstrand
it anyway
2016-06-1026-race-sbocheck.t: add test for not being able to write logfileAndreas Guldstrand
2016-06-0925-unit-sbofind.t: add sbofind unit testsAndreas Guldstrand
2016-06-08sbofind: add missing period in error messageAndreas Guldstrand
2016-06-0722-race.t: make sure shelling out doesn't cause outputAndreas Guldstrand
2016-06-0623-24.t: no need to localise subroutines when the tests are in their own filesAndreas Guldstrand
2016-06-0501-unit.t: separate out the sboclean and sboconfig unit tests into their own ↵Andreas Guldstrand
files
2016-06-0401-unit.t: add sboconfig unit testingAndreas Guldstrand
2016-06-0401-unit.t: abstract out loading of a script, and make sure all the ↵Andreas Guldstrand
subroutines are localised
2016-06-0301-unit.t: rename sboclean testsAndreas Guldstrand
2016-06-0301-unit.t: Add unit tests for subs in sbocleanAndreas Guldstrand
2016-06-0220-config.t: add test for error message if /etc/sbotools can't be mkdir()dAndreas Guldstrand
2016-06-0113-local-check.t: add some more tests for changed versionsAndreas Guldstrand
2016-06-01SBO::Lib: rewrite get_available_updates to not be so funkyAndreas Guldstrand
2016-06-01sbocheck: no reason to guard against overwritingAndreas Guldstrand
the version should be the same in either case
2016-05-3113-local-check.t: test length of sbocheck output with long sbo namesAndreas Guldstrand
2016-05-31sbocheck: limit is 80, so allow up to and including the limitAndreas Guldstrand
2016-05-30test files: add restore_perf_dummy and make_slackbuilds_txt to tests that ↵Andreas Guldstrand
would need them
2016-05-2901-unit.t: skip correct number of testsAndreas Guldstrand
2016-05-28Test::Sbotools: make sure SLACKBUILDS.TXT isn't restored unless it should beAndreas Guldstrand
2016-05-2722-race.t: test race conditions in git_sbo_tree()Andreas Guldstrand
2016-05-2701-unit.t: git_sbo_tree: test handling of SBO_HOME not existingAndreas Guldstrand
2016-05-27SBO::Lib::git_sbo_tree: make sure chdir()s return trueAndreas Guldstrand
2016-05-2701-unit.t: make sure to skip peform_sbo tests if /foo existsAndreas Guldstrand
2016-05-2701-unit.t: add test for perform_sbo(JOBS => FALSE)Andreas Guldstrand
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