On 11/6/2014 6:36 AM, Anurag Sharma wrote: > Please suggest if I am missing anything (path/env setting) while running > through URL param in the above fashion. Also, is there a way I can run > the smoke locally without giving URL params.
Here is a full commandline example given by the 4.7.0 release manager for that release. I know this works, after setting the java env variables: python3.2 -u dev-tools/scripts/smokeTestRelease.py http://people.apache.org/~simonw/staging_area/lucene-solr-4.7.0-RC1-rev1569660/ 1569660 4.7.0 /tmp/smoke_test_4_7 To test the local code checkout, run a command like this, after setting the requisite java environment variables: ant nightly-smoke -Dversion=4.10.2 Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
