aboutsummaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Collapse)Author
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
2013-01-06perform download, md5sum verification, and creation of symlinks prior to ↵J Pipkin
building any sbos
2013-01-05Merge branch 'inst_pkgs': fixes #22, #31xocel
2013-01-05added native logs to packages (woops), added sbo-compat32 logs to packages, ↵xocel
added sbo-compat32 packages to get_installed_packages tests
2013-01-05added tests for get_installed_packages 'ALL', added native slackware package ↵xocel
logs to packages for tests
2013-01-05replaced get_installed_sbos with get_installed_packages 'SBO' in test.txocel
2013-01-04compare ls before and after slackbuild to get a list of source directories, ↵J Pipkin
collapse get_pkg_name and grok_temp_file into one sub since only get_pkg_name remains as a consumer of grok_temp_file
2013-01-03Merge branch 'sprintf', fixes #28J Pipkin
2013-01-03merged c32_x64_fix, fixes #25J Pipkin
2013-01-03use sprintf for formatting sbocheck output instead of Text::TabulateJ Pipkin
2013-01-03support other archive formats besides just tarJ Pipkin
2013-01-03tests for changes to rewrite slackbuilds for compat32 installsJ Pipkin
2013-01-03fixes #26xocel
2012-12-31elide space between function names and any following open parentheses and ↵J Pipkin
fix testing
2012-12-30sboremove: minor fixes, moved get_requires to lib.pm, added tests, updated ↵xocel
man page, more comments
2012-12-28fixed testsxocel
2012-11-17decouple config file tests from local systemJacob Pipkin
2012-11-17added t/packages and t/sbo to decouple unit testing from local stuffJacob Pipkin
2012-11-17changes to decouple test.t from local systemJacob Pipkin
2012-11-04stop pretending its feasible to keep track of the number of tests, prefer is ↵Jacob Pipkin
to ok wherever possible
2012-11-04remove compare_md5s testsJacob Pipkin
2012-11-04fix so that new get_sbo_location tests are actually done correctly - fixes ↵Jacob Pipkin
two of the four
2012-11-04tests added for new get_sbo_location capabilities (all fail)Jacob Pipkin
2012-11-04re-order get_requires testsJacob Pipkin
2012-11-04more fixes for changes in rewrite_slackbuildJacob Pipkin
2012-11-04fix to support changes in rewrite_slackbuildJacob Pipkin
2012-11-04fixes for changes to get_sbo_locationJacob Pipkin
2012-11-04use relative path to Lib.pmJacob Pipkin
2012-11-01dont try to empty queue since that no longer appliesJacob Pipkin
2012-11-01more test for get_build_queueJacob Pipkin
2012-11-01extend get_build_queue test for three sbos at onceJacob Pipkin
2012-11-01tests for get_build_queueJacob Pipkin
2012-11-01reinstate clean_reqs test for installed reqs, set compat32 = 0 beforehand, ↵Jacob Pipkin
use zdoom instead of wine
2012-11-01comment out no-longer-valid circular requirement testJacob Pipkin
2012-11-01work out of xocel branchJacob Pipkin