Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-15 | prove-ify tests | Andreas Guldstrand | |
2015-12-14 | Add sbofind test for local overrides | Andreas Guldstrand | |
2015-12-14 | Test sboupgrade --all; see #19 | Andreas Guldstrand | |
2015-12-14 | Test missing deps in local overrides; see #19 | Andreas Guldstrand | |
2015-12-14 | Fix makepkg stub | Andreas Guldstrand | |
2015-12-14 | Fix erroneous LO .info file | Andreas Guldstrand | |
2015-12-14 | Add tests for local overrides (sbocheck, install, upgrade); see #19 | Andreas Guldstrand | |
2015-12-14 | Oh, we need to test that it can actually use the repo; see #19 | Andreas Guldstrand | |
2015-12-14 | Have Travis install stubs for package management | Andreas Guldstrand | |
2015-12-14 | Test custom repo; see #19 | Andreas Guldstrand | |
2015-12-14 | Test sbosrcarch; see #19 | Andreas Guldstrand | |
2015-12-14 | Add test.info to testing hierarchy | Andreas Guldstrand | |
2015-12-14 | Don't reset SLACKWARE_VERSION for test | Andreas Guldstrand | |
2015-12-14 | Clean up $repo_path and test_sbo dir too | Andreas Guldstrand | |
2015-12-14 | Use system(mv) to move files, and test that it's ok | Andreas Guldstrand | |
2015-12-14 | Move files back to pre-migration state after test finish | Andreas Guldstrand | |
2015-12-14 | Bring tests up to date | Andreas Guldstrand | |
2015-12-14 | Update test with new repo_path change | Andreas Guldstrand | |
2015-12-14 | Change prep.pl to change @EXPORT_OK instead of @EXPORT | Andreas Guldstrand | |
2015-12-14 | Move the -I switch out and run the tests without do_tests wrapper | Andreas Guldstrand | |
2015-12-14 | Run ./do_tests.sh | Andreas Guldstrand | |
2015-12-14 | Need to change dir for do_tests.sh | Andreas Guldstrand | |
2015-12-14 | Remove sboinstall check from here | Andreas Guldstrand | |
2015-12-14 | Let's see if this version works | Andreas Guldstrand | |
2015-12-14 | Output env and use sudo to do_tests.sh | Andreas Guldstrand | |
2015-12-14 | Let's check sboinstall's return value and then run t/do_tests.sh | Andreas Guldstrand | |
2015-12-14 | Change from ffmpeg to sbotools, and try to build (which will fail at least ↵ | Andreas Guldstrand | |
when making a package) | |||
2015-12-14 | Try sbofind ffmpeg after we've fetched | Andreas Guldstrand | |
2015-12-14 | This seems a better incantation | Andreas Guldstrand | |
2015-12-13 | Let's see if using this incantation works | Andreas Guldstrand | |
2015-12-13 | Let sbosnap fetch be run with sudo | Andreas Guldstrand | |
2015-12-13 | Set debugging options and do an sbosnap fetch | Andreas Guldstrand | |
2015-12-13 | Change permissions on t/travis.sh | Andreas Guldstrand | |
2015-12-13 | Initial travis config | Andreas Guldstrand | |
2015-12-06 | Change from @EXPORT to @EXPORT_OK | Andreas Guldstrand | |
2015-11-19 | Fixed .info file parsing | Andreas Guldstrand | |
This fixes #5 Also added tests for #5 | |||
2015-11-14 | Add new files needed by test | Andreas Guldstrand | |
2015-11-14 | Remove stray space | Andreas Guldstrand | |
2015-11-14 | Fix up tests to comply with new queue builder | Andreas Guldstrand | |
2015-11-14 | Tidying up function calls in test.t now that prototypes are gone | Andreas Guldstrand | |
2015-11-14 | Additional Perl::Critic::Freenode fixes, and one missed prototype | Andreas Guldstrand | |
2013-11-27 | support 14.1, test version/multilib as appropriately for system | d4wnr4z0r | |
2013-10-24 | bundling Sort::Versions | Andreas 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-20 | SBO-Lib/lib/SBO/Lib.pm, sboinstall, sboremove, sboupgrade: remove smartmatch | j 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-02 | return 0 instead of undef from get_sbo_location, test return with if instead ↵ | J Pipkin | |
of with if defined | |||
2013-01-12 | clean "my $out;" out of test.t | J Pipkin | |
2013-01-12 | cleanup test.t | J Pipkin | |
2013-01-12 | resolve items marked TODO | J Pipkin | |
2013-01-12 | implement failure-dependent exit statuses, ask to proceed if a failure is ↵ | J Pipkin | |
encountered during the process | |||
2013-01-10 | fix 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() |