summaryrefslogtreecommitdiff
path: root/tests/build-system-cpan.script
Commit message (Collapse)AuthorAgeFilesLines
* Add explicit repo prefixes to test scriptsLars Wirzenius2012-05-041-1/+2
|
* Use dedicated <cachedir>/artficats directory for local artifact cache.Jannis Pohlmann2012-05-031-1/+1
| | | | | | Make sure that this directory is actually created before trying to save artifacts to it. Also adjust all tests to use this new directory for looking up artifacts.
* build-system-cpan test: only check file in tarRichard Maw2012-04-301-1/+1
| | | | | | It is possible that a bunch of stuff will be put in the tarball. What matters is if the binary is in the tarball, so only print that line of output
* build-system: cpan tests: simplify and correctRichard Maw2012-04-251-7/+1
| | | | | | | The normalisation code is no longer needed because it is configured to always generate the right path now. This also needs the output to be corrected
* build-system-cpan.script: fix whitespaceRichard Maw2012-04-231-1/+2
|
* cpan test: fix confusion over archnameRichard Maw2012-04-231-4/+1
| | | | | archname may be in the version information twice if perl's configure script was passed -Darchname, so exclude that result
* build-system-cpan test: remove redundant manglingRichard Maw2012-04-231-3/+1
|
* tests: cpan use prefix for simpler outputRichard Maw2012-04-231-1/+1
|
* tests: add test for build-system: cpanRichard Maw2012-04-231-0/+73
This does some horrible output mangling because where you install perl modules depends on how your perl was compiled and its version. This will still probably fail on some machines