Commit 0df0958
committed
test: try to handle loss of testmon data when cancelling test.
Not sure if this works, but I was having an issue where the testmon
database was not being saved properly. When I used ^C to cancel a run,
the next run with --testmon would select no tests even when I changed
files.
The only was to get working again was to delete the .testmon,
.testmon-wal and .testmon-shm files and rerun the whole test suite.
Once the full test suite was run, changing the file would select tests
again.1 parent ee9ab48 commit 0df0958
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments