Commit 10cacee
committed
test(package): demonstrate target dir not excluded from backups
Add a test that documents the current behavior where `cargo package`
creates the target/package directory without excluding it from backups.
The CACHEDIR.TAG file does not currently exist in the target directory,
causing backup tools to include these temporary build artifacts.
This test currently passes by asserting the buggy behavior (CACHEDIR.TAG
does not exist). The next commit will fix the issue and update the test
to verify correct behavior.1 parent b5354b5 commit 10cacee
1 file changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7807 | 7807 | | |
7808 | 7808 | | |
7809 | 7809 | | |
| 7810 | + | |
| 7811 | + | |
| 7812 | + | |
| 7813 | + | |
| 7814 | + | |
| 7815 | + | |
| 7816 | + | |
| 7817 | + | |
| 7818 | + | |
| 7819 | + | |
| 7820 | + | |
| 7821 | + | |
| 7822 | + | |
| 7823 | + | |
| 7824 | + | |
| 7825 | + | |
| 7826 | + | |
| 7827 | + | |
| 7828 | + | |
| 7829 | + | |
| 7830 | + | |
| 7831 | + | |
| 7832 | + | |
| 7833 | + | |
| 7834 | + | |
| 7835 | + | |
| 7836 | + | |
| 7837 | + | |
| 7838 | + | |
| 7839 | + | |
0 commit comments