openssl/util/perl/OpenSSL
Richard Levitte f0790d4d2f TEST: Create test specific output directories
We had all tests run with test/test-runs/ as working directory, and
tests cleaned up after themselves...  which is well and good, until
you want to have a look at what went wrong when a complex test fails,
and you have to recreate everything it does manually.

To remedy this, we have OpenSSL::Test create the result directory
dynamically (and cleaning it up first if it's already there) and let
the test recipe have that as working directory.

Test recipes are now encouraged to name their diverse output files
uniquely, and not to clean them up, to allow a developer to have a
look at the files that were produced.

With continuous integration that allows this, the result directories
could also be archived and be left as a build artifact.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11080)
2020-02-18 09:45:51 +01:00
..
Test Added Test::ok_nofips, Test::is_nofips & Test::isnt_nofips methods. 2019-04-11 09:47:12 +10:00
Util OpenSSL::Util::extract_pod_info(): Allow invisible names 2019-12-21 22:53:54 +01:00
fallback.pm Rework the perl fallback functionality 2019-09-12 12:49:31 +02:00
Glob.pm File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapper 2017-08-15 11:31:18 +02:00
Ordinals.pm Fix some typos 2019-12-11 19:04:01 +01:00
ParseC.pm Remove handling of outdated macro's 2019-12-10 18:43:45 +01:00
Template.pm util/dofile.pl, util/perl/OpenSSL/Template.pm: move parts of dofile.pl 2019-09-12 18:19:27 +02:00
Test.pm TEST: Create test specific output directories 2020-02-18 09:45:51 +01:00
Util.pm util/perl/OpenSSL/Ordinals.pm: use OpenSSL::Util::cmp_versions 2018-12-07 16:02:17 +01:00