You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2010/11/03 23:39:06 UTC

[lucy-commits] svn commit: r1030741 - /incubator/lucy/trunk/devel/bin/smoke.pl

Author: marvin
Date: Wed Nov  3 22:39:06 2010
New Revision: 1030741

URL: http://svn.apache.org/viewvc?rev=1030741&view=rev
Log:
Change smoke.pl to refer to Lucy rather than KinoSearch.

Modified:
    incubator/lucy/trunk/devel/bin/smoke.pl

Modified: incubator/lucy/trunk/devel/bin/smoke.pl
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/devel/bin/smoke.pl?rev=1030741&r1=1030740&r2=1030741&view=diff
==============================================================================
--- incubator/lucy/trunk/devel/bin/smoke.pl (original)
+++ incubator/lucy/trunk/devel/bin/smoke.pl Wed Nov  3 22:39:06 2010
@@ -28,7 +28,7 @@ my $config = {
     verbose       => 0,
     email_to      => undef,
     email_from    => getpwuid($<) . '@' . hostname(),
-    email_subject => 'KinoSearch Smoke Test Report ' . localtime(),
+    email_subject => 'Lucy Smoke Test Report ' . localtime(),
     test_target => 'test',    # could also be 'test_valgrind' if on Linux
 };
 
@@ -104,7 +104,7 @@ __END__
 
 =head1 NAME
 
-smoke.pl - KinoSearch smoke test script
+smoke.pl - Lucy smoke test script
 
 =head1 SYNOPSIS
 
@@ -119,7 +119,7 @@ system and test summary is printed to st
 You may specify an alternate path to test in a JSON-formatted config file. 
 Use the 'src' config option to specify a path. Example:
 
- { 'src' : '/path/to/checked/out/kinosearch/branch' }
+ { 'src' : '/path/to/checked/out/lucy/branch' }
 
 By default, smoke.pl will only print output if there are errors. To see output
 if all tests pass, specify a true 'verbose' flag in your config file.