Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the create_files stanza does not rebuild the test #799

Open
smehta99 opened this issue Dec 31, 2024 · 0 comments
Open

Updating the create_files stanza does not rebuild the test #799

smehta99 opened this issue Dec 31, 2024 · 0 comments
Labels
bug Something isn't working low priority

Comments

@smehta99
Copy link
Collaborator

Going from this:

    create_files:
      'test_dir/test.txt':
      - 'line 1'
      - 'line 2'
      - 'line 3'
      - 'line 4'

to this:

    create_files:
      'test.txt':
      - 'line 1'
      - 'line 2'
      - 'line 3'
      - 'line 4'
      - 'line 5'

does not re-generate the file in the correct location or update the existing file. I had to rebuilt the test by passing -r to pavilion command. Seems like updates to the create_files: stanza doesn't force rebuild the test like the other portions of the build stanza does.

@smehta99 smehta99 added bug Something isn't working low priority labels Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority
Projects
None yet
Development

No branches or pull requests

1 participant