Skip to content

Commit

Permalink
build: Clear our test setup state in copy_for_build()
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Mar 18, 2024
1 parent 5a76b40 commit f29daa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mesonbuild/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ def copy_for_build_machine(self) -> Build:
new.install_scripts = []
new.postconf_scripts = []
new.install_dirs = []
new.test_setups = {}
new.test_setup_default_name = None
# TODO: what about dist scripts?

return new
Expand Down

0 comments on commit f29daa0

Please sign in to comment.