Skip to content

Commit ac7118d

Browse files
committed
Gitignore
1 parent b757cd0 commit ac7118d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cvars-macros/tests/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Generated by progress.rs
2+
/derive/
3+
/fnlike/

cvars-macros/tests/progress.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ fn tests() {
3030
// The tests run on drop so we only clean up after that.
3131
// The cleanup is only to declutter the workspace,
3232
// the test should work even if the files are left there from a previous run.
33+
// Doesn't run if tests fail (TestCases::drop panics).
3334
fs::remove_dir_all("tests/derive").unwrap();
3435
fs::remove_dir_all("tests/fnlike").unwrap();
3536
}

0 commit comments

Comments
 (0)