Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.5.0, 0.6.0, 0.6.1, 0.6.2
-
None
-
None
Description
TestDFSShellGenericOptions creates a subdirectory of conf/. This is not removed.
Generally, the build & test process should not create or modify files outside of the build/ directory. So the best fix would be to create this directory somewhere under build/, perhaps build/test. Then it will be naturally removed by 'ant clean', will not show up in 'svn stat', etc.