On Tue, Jul 8, 2014 at 5:13 PM, KARR, DAVID <dk0...@att.com> wrote: > > > > > *From:* Daz DeBoer [mailto:darrell.deb...@gradleware.com] > *Sent:* Tuesday, July 08, 2014 3:54 PM > *To:* dev@gradle.codehaus.org > *Subject:* Re: [gradle-dev] Confused by part of userguide build process > > > > Yes, you need to update the expected output in 'userguideOutput'. > > > > - In automated testing, the userguideOutput is compared against the actual > output of executing the gradle command > > > > If I run “gradle docs:userguide”, will that generate the user guide and > run the tests? I’m guessing not, as I would have seen errors because of > this, if they were running. >
Correct. These test that exercises the user guide samples is org.gradle.integtests.samples.UserGuideSamplesIntegrationTest. This will be run by: 'gradle :integTest:check', and you can probably use --tests to run just that test. -- Darrell (Daz) DeBoer http://www.gradleware.com