RESOLVED WONTFIX68564
prepare-ChangeLog does not detected added LayoutTests when run from the WebCore directory
https://bugs.webkit.org/show_bug.cgi?id=68564
Summary prepare-ChangeLog does not detected added LayoutTests when run from the WebCo...
Julien Chaffraix
Reported 2011-09-21 13:07:51 PDT
If you add prepare-ChangeLog in your path, add a couple of new LayoutTests, modify WebCore and run it from Sources/WebCore, then you get: No new tests. (OOPS!) whereas you should get the newly added tests here.
Attachments
Sam Weinig
Comment 1 2011-09-21 13:57:56 PDT
If the fix for this is to svn stat LayoutTests, I would rather this not be fixed. I use calling prepare-ChangeLog in WebCore as an optimization against running svn in LayoutTests.
Julien Chaffraix
Comment 2 2011-09-21 14:28:32 PDT
(In reply to comment #1) > If the fix for this is to svn stat LayoutTests, I would rather this not be fixed. Good point, I just reported the bug as I thought it would be neat to have (especially since that makes the CL lie in this case). > I use calling prepare-ChangeLog in WebCore as an optimization against running svn in LayoutTests. Wouldn't `prepare-ChangeLog Sources/WebCore` from the root still give you the same behavior or is there something I missed?
Julien Chaffraix
Comment 3 2012-09-08 07:19:55 PDT
Closing WontFix, per comment #2. It's also useful feature of prepare-ChangeLog on git and an oversight on my side to try to change that.
Note You need to log in before you can comment on or make changes to this bug.