-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b89
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142573 | emb-9 | Magnus Ihse Bursie | P4 | Resolved | Fixed | team |
Using some makefile magic, we transform clean-test-foo-bar-baz into a call to "rm -r $b/support/test/foo/bar/baz".
However, this might leave a chain of empty directories $b/support/test/foo/bar, which is not so nice. We should remove these directories as well, if there is no other content in them.
However, this might leave a chain of empty directories $b/support/test/foo/bar, which is not so nice. We should remove these directories as well, if there is no other content in them.
- backported by
-
JDK-8142573 Remove test directories on clean-test-*
-
- Resolved
-