using another test's gold file #16253
Answered
by
loganharbour
jessecarterMOOSE
asked this question in
Q&A Tools
-
What's the "right" way to have two (or more) tests share a gold file? The tests could all be in the same directory and therefore have different input and output filenames. I've been using soft (symbolic) links to make gold files for the other output files names that link to the first but that seems hacky and I'm not sure if that plays nicely with git. |
Beta Was this translation helpful? Give feedback.
Answered by
loganharbour
Nov 19, 2020
Replies: 1 comment 3 replies
-
They can just have the same output name. We now serialize all tests within the same directory to ensure that there are no race conditions. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jessecarterMOOSE
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They can just have the same output name.
We now serialize all tests within the same directory to ensure that there are no race conditions.