aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-12Change download location for LO/nonexistentslackbuild4Andreas Guldstrand
2016-01-11Change another perf.dummy locationAndreas Guldstrand
2016-01-10Change t/LO/nonexistentslackbuild to use github source locationAndreas Guldstrand
2016-01-08Update Sort::Versions test file tooAndreas Guldstrand
2016-01-08Updated Sort::Versions from 1.50 to 1.62Andreas Guldstrand
2016-01-07Remove unneeded unlink from install test cleanupAndreas Guldstrand
2016-01-06Add test for 32bit only multilib buildAndreas Guldstrand
This closes #32
2016-01-05Add test for multilibsbo with dependencyAndreas Guldstrand
2016-01-04Actually test a multilib installationAndreas Guldstrand
2016-01-03Add basic multilib testsAndreas Guldstrand
2016-01-02Since we chdir() __FILE__ doesn't work. Use FindBin's $RealScript instead.Andreas Guldstrand
2016-01-02Use __FILE__ constant instead of "./test.t" when trying to open a fileAndreas Guldstrand
2016-01-02Rename test files so they get run in a nicer orderAndreas Guldstrand
2016-01-01Clean up after multilibfail test. This closes #23Andreas Guldstrand
2015-12-31Fix test.t when multilib is only partially enabledAndreas Guldstrand
2015-12-31Fix test for multilib convertpkg failAndreas Guldstrand
2015-12-31Add multilib fail tests. See #23Andreas Guldstrand
2015-12-31We escaped too much. Only escape what's needed.Andreas Guldstrand
2015-12-31Add tests for malformed slackbuilds. See #23Andreas Guldstrand
2015-12-31Disable sbosrcarch under travisAndreas Guldstrand
2015-12-31Check for the right exitcode. See #23Andreas Guldstrand
2015-12-31Fix typo: skipt -> skipAndreas Guldstrand
2015-12-31Testing fails for something with a working depAndreas Guldstrand
2015-12-31Fix up tests for download and md5sum depenency fails. See #23Andreas Guldstrand
2015-12-31Fix number of tests skipped for non-online testsAndreas Guldstrand
2015-12-31Add test for md5sum fail. See #23Andreas Guldstrand
2015-12-31Fix failing dep build testAndreas Guldstrand
2015-12-31Add tests for build fail in dependency. See #23Andreas Guldstrand
2015-12-31Error message can have things from STDERR after itAndreas Guldstrand
2015-12-31Only do download test if TEST_ONLINE=1Andreas Guldstrand
2015-12-31Add testing for download fail. See #23Andreas Guldstrand
2015-12-31Move failure tests to their own testing structureAndreas Guldstrand
2015-12-31Fix bug where a failing convertpkg-compat32 wasn't noticed.Andreas Guldstrand
2015-12-30Fix failingslackbuild name in .SlackBuild scriptAndreas Guldstrand
2015-12-29Add test for failing slackbuildAndreas Guldstrand
See #23
2015-12-28Add proper test for rsync outputAndreas Guldstrand
This closes #26
2015-12-28Make sure we only use --info=progress2 on new osAndreas Guldstrand
Slackware 14.1 and below don't support it, so the slackware version needs to be reported as higher than 14.1 for us to use it.
2015-12-28Add --info=progress2 to rsync argumentsAndreas Guldstrand
This outputs some information about speed. Fixes #26
2015-12-28Travis should only alert the irc channel on changeAndreas Guldstrand
2015-12-28Change sbosnap test in travis.t to a regexpAndreas Guldstrand
so it doesn't choke on the upcoming changes to display download speed
2015-12-27Change how issues are listed in README.mdAndreas Guldstrand
2015-12-23Add test for symlink deletionAndreas Guldstrand
2015-12-23Added upgrade testsAndreas Guldstrand
2015-12-23Set the proper @INC for install.t and remove.tAndreas Guldstrand
2015-12-23Make sure $lo is definedAndreas Guldstrand
2015-12-23Need to make sure path exists before creating SLACKBUILDS.TXTAndreas Guldstrand
2015-12-23Fix old run syntax to use new script syntax in *.t filesAndreas Guldstrand
2015-12-23Add new TEST_INSTALL env var to travis.ymlAndreas Guldstrand
2015-12-23Add big bunch of install testsAndreas Guldstrand
2015-12-23Update travis.t to use Test::ExecuteAndreas Guldstrand