Commit 5cfdfd1
committed
[bugfix] Cover edge cases with indistinguishable error log paths
- In testing multiple failures can occur in quick succession resulting
in the same time stamp, and as a result in the same base error log
path. Extent the path stamp with an increasing number (naive O(n^2)
algorithm used at the moment, should be sufficient).
- In case the user provides the same error log path as the build
directory log path, add a check to prevent copying the files to
prevent errors in the copying functions.1 parent d0aae3a commit 5cfdfd1
2 files changed
+18
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4198 | 4198 | | |
4199 | 4199 | | |
4200 | 4200 | | |
| 4201 | + | |
| 4202 | + | |
| 4203 | + | |
| 4204 | + | |
| 4205 | + | |
| 4206 | + | |
| 4207 | + | |
4201 | 4208 | | |
4202 | 4209 | | |
4203 | 4210 | | |
| |||
4210 | 4217 | | |
4211 | 4218 | | |
4212 | 4219 | | |
4213 | | - | |
| 4220 | + | |
4214 | 4221 | | |
4215 | 4222 | | |
4216 | 4223 | | |
4217 | 4224 | | |
4218 | | - | |
| 4225 | + | |
4219 | 4226 | | |
4220 | 4227 | | |
4221 | 4228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
864 | | - | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
865 | 873 | | |
866 | 874 | | |
867 | 875 | | |
| |||
0 commit comments