fediverse-devnet / feditest-tests-fediverse

The tests for the fediverse testsuite
MIT License
5 stars 4 forks source link

Makefile behavior #107

Closed steve-bate closed 1 week ago

steve-bate commented 2 weeks ago

The Makefile.generate clean operation deletes generated test artifacts for both examples and production . Since these are version-controlled files (which I think we should reconsider), this causes changes to the git workspace that must be undone or stashed to switch to another branch (for example).

Another option is to create clean-examples and clean-production targets so they are more specific.

I encounter this issue when scripting the Makefiles to evaluate PR submissions.

jernst commented 1 week ago

Have a proposal? This may also relate to fediverse-devnet/feditest#172 because if we did that, all the production stuff could move out of this repo.