diff options
Diffstat (limited to 'vendor/ui_test/CONTRIBUTING.md')
-rw-r--r-- | vendor/ui_test/CONTRIBUTING.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/ui_test/CONTRIBUTING.md b/vendor/ui_test/CONTRIBUTING.md new file mode 100644 index 000000000..d5165080c --- /dev/null +++ b/vendor/ui_test/CONTRIBUTING.md @@ -0,0 +1,7 @@ +## Running the test suite + +Running `cargo test` will automatically update the `.stderr` +and `.stdout` files. + +If you only want to check that the output files match and not +update them, use `cargo test -- -- --check` |