aboutsummaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Collapse)Author
2015-12-14Add sbofind test for local overridesAndreas Guldstrand
2015-12-14Test sboupgrade --all; see #19Andreas Guldstrand
2015-12-14Test missing deps in local overrides; see #19Andreas Guldstrand
2015-12-14Fix makepkg stubAndreas Guldstrand
2015-12-14Fix erroneous LO .info fileAndreas Guldstrand
2015-12-14Add tests for local overrides (sbocheck, install, upgrade); see #19Andreas Guldstrand
2015-12-14Oh, we need to test that it can actually use the repo; see #19Andreas Guldstrand
2015-12-14Have Travis install stubs for package managementAndreas Guldstrand
2015-12-14Test custom repo; see #19Andreas Guldstrand
2015-12-14Test sbosrcarch; see #19Andreas Guldstrand
2015-12-14Add test.info to testing hierarchyAndreas Guldstrand
2015-12-14Don't reset SLACKWARE_VERSION for testAndreas Guldstrand
2015-12-14Clean up $repo_path and test_sbo dir tooAndreas Guldstrand
2015-12-14Use system(mv) to move files, and test that it's okAndreas Guldstrand
2015-12-14Move files back to pre-migration state after test finishAndreas Guldstrand
2015-12-14Bring tests up to dateAndreas Guldstrand
2015-12-14Update test with new repo_path changeAndreas Guldstrand
2015-12-14Change prep.pl to change @EXPORT_OK instead of @EXPORTAndreas Guldstrand
2015-12-14Move the -I switch out and run the tests without do_tests wrapperAndreas Guldstrand
2015-12-14Run ./do_tests.shAndreas Guldstrand
2015-12-14Need to change dir for do_tests.shAndreas Guldstrand
2015-12-14Remove sboinstall check from hereAndreas Guldstrand
2015-12-14Let's see if this version worksAndreas Guldstrand
2015-12-14Output env and use sudo to do_tests.shAndreas Guldstrand
2015-12-14Let's check sboinstall's return value and then run t/do_tests.shAndreas Guldstrand
2015-12-14Change from ffmpeg to sbotools, and try to build (which will fail at least ↵Andreas Guldstrand
when making a package)
2015-12-14Try sbofind ffmpeg after we've fetchedAndreas Guldstrand
2015-12-14This seems a better incantationAndreas Guldstrand
2015-12-13Let's see if using this incantation worksAndreas Guldstrand
2015-12-13Let sbosnap fetch be run with sudoAndreas Guldstrand
2015-12-13Set debugging options and do an sbosnap fetchAndreas Guldstrand
2015-12-13Change permissions on t/travis.shAndreas Guldstrand
2015-12-13Initial travis configAndreas Guldstrand
2015-12-06Change from @EXPORT to @EXPORT_OKAndreas Guldstrand
2015-11-19Fixed .info file parsingAndreas Guldstrand
This fixes #5 Also added tests for #5
2015-11-14Add new files needed by testAndreas Guldstrand
2015-11-14Remove stray spaceAndreas Guldstrand
2015-11-14Fix up tests to comply with new queue builderAndreas Guldstrand
2015-11-14Tidying up function calls in test.t now that prototypes are goneAndreas Guldstrand
2015-11-14Additional Perl::Critic::Freenode fixes, and one missed prototypeAndreas Guldstrand
2013-11-27support 14.1, test version/multilib as appropriately for systemd4wnr4z0r
2013-10-24bundling Sort::VersionsAndreas Guldstrand
* Added Sort/Versions.pm and t/versions.t to the MANIFEST. * Removed dependency on Sort::Versions / perl-Sort-Versions from both the Makefile.PL andthe sbotools.info files. * Added Sort::Version's copyright notice to README. * Made the test prep.pl copy the Sort/Versions.pm to the test hierarchy.
2013-09-20SBO-Lib/lib/SBO/Lib.pm, sboinstall, sboremove, sboupgrade: remove smartmatchj pipkin
usage; t/test.t: remove smartmatch usage, fix bug where we were testing @symlinks as though its contents would be in a specific order whereas actually it is populated from a hash.
2013-03-02return 0 instead of undef from get_sbo_location, test return with if instead ↵J Pipkin
of with if defined
2013-01-12clean "my $out;" out of test.tJ Pipkin
2013-01-12cleanup test.tJ Pipkin
2013-01-12resolve items marked TODOJ Pipkin
2013-01-12implement failure-dependent exit statuses, ask to proceed if a failure is ↵J Pipkin
encountered during the process
2013-01-10fix reference passing stuff, fix print_failures(), fix bug pushing empty ↵J Pipkin
list which caused sboupgrade/install to die instead of printing failures at the download/verify stage, remove old get_installed_sbos()
2013-01-06propogate @symlinks from check_distfiles to do_slackbuild, update tests ↵J Pipkin
accordingly