You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a program assembly tool that recursively searches a test module's repo directory for .tf, .pmfl, and other program generated files. Because we are currently only using the generated .tf file, these files get found and cause test program loading issues. Is it possible to tell origen testers not to create certain files?
thx
The text was updated successfully, but these errors were encountered:
Not currently, though you could obviously delete what you don't want from the app side.
Every file that OrigenTesters generates has a corresponding generator class that is responsible for it and each of those is a child class of OrigenTesters::Generator.
Hi,
We have a program assembly tool that recursively searches a test module's repo directory for .tf, .pmfl, and other program generated files. Because we are currently only using the generated .tf file, these files get found and cause test program loading issues. Is it possible to tell origen testers not to create certain files?
thx
The text was updated successfully, but these errors were encountered: