Skip to content

Test framework: Add the possibility to have a test specific data dir#2027

Closed
levitte wants to merge 1 commit intoopenssl:masterfrom
levitte:test-source-data
Closed

Test framework: Add the possibility to have a test specific data dir#2027
levitte wants to merge 1 commit intoopenssl:masterfrom
levitte:test-source-data

Conversation

@levitte
Copy link
Member

@levitte levitte commented Dec 5, 2016

Checklist
  • documentation is added or updated
  • CLA is signed
Description of change

This data directory is formed automatically by taking the recipe name
and changing '.t' to '_data'. Files in there can be reached with the
new function data_file()

This data directory is formed automatically by taking the recipe name
and changing '.t' to '_data'.  Files in there can be reached with the
new function data_file()
and C<$BLDTOP>. Without one of the combinations it refuses to work.
See L</ENVIRONMENT> below.

With each test recipe, a parallell data directory with (almost) the same name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: parallell

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I used the Swedish spelling. Will fix

@levitte
Copy link
Member Author

levitte commented Dec 9, 2016

Merged (with spelling fix)

@levitte levitte closed this Dec 9, 2016
levitte added a commit that referenced this pull request Dec 9, 2016
This data directory is formed automatically by taking the recipe name
and changing '.t' to '_data'.  Files in there can be reached with the
new function data_file()

Reviewed-by: Rich Salz <[email protected]>
(Merged from #2027)
kaduk pushed a commit to kaduk/openssl that referenced this pull request Feb 28, 2017
This data directory is formed automatically by taking the recipe name
and changing '.t' to '_data'.  Files in there can be reached with the
new function data_file()

Reviewed-by: Rich Salz <[email protected]>
(Merged from openssl#2027)
(cherry picked from commit 6c6a2ae)
levitte added a commit that referenced this pull request Mar 1, 2017
This data directory is formed automatically by taking the recipe name
and changing '.t' to '_data'.  Files in there can be reached with the
new function data_file()

(Merged from #2027)
(cherry picked from commit 6c6a2ae)
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Rich Salz <[email protected]>
(Merged from #2802)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants