| Bug #33155 | Tests cannot run on Unix after directory is 'dirtied' by Windows build. | ||
|---|---|---|---|
| Submitted: | 12 Dec 2007 0:47 | Modified: | 12 Dec 2007 2:24 |
| Reporter: | Antony Curtis | ||
| Status: | Analyzing | ||
| Category: | Server: Tests | Severity: | S3 (Non-critical) |
| Version: | 6.0 | OS: | Any |
| Assigned to: | Target Version: | ||
[12 Dec 2007 0:47]
Antony Curtis
[12 Dec 2007 0:50]
Antony Curtis
Executing the following from the root of the repository seemed to fix it. find . -type d -name debug | xargs rm -rf
