Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Update houndigrade test-data and add instructions on how to keep it u…
Browse files Browse the repository at this point in the history
…p to date.
  • Loading branch information
Katherine Black authored and Katherine Black committed Apr 5, 2022
1 parent 6fe7f87 commit e1f4048
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,17 @@ To run houndigrade locally against minimal test disk images, follow these steps:
git submodule update --init --recursive --force
```
If you've made changes to houndigrade test-data and would like to update the submodule reference, follow these steps:
cd test-data/
git checkout master
git pull origin master
cd ..
git add test-data/
From that point on you can continue making your commit as usual.
### Testing
To run all local tests as well as our code-quality checking commands:
Expand Down
2 changes: 1 addition & 1 deletion test-data

0 comments on commit e1f4048

Please sign in to comment.