Changeset 2004

Show
Ignore:
Timestamp:
12/18/07 00:51:07 (5 months ago)
Author:
joshr
Message:

check output of swish-e indexing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Swishetest/trunk/BuildIndex.pm

    r2002 r2004  
    2828    print STDERR "$0: Running '$cmd'\n" if $ENV{TEST_VERBOSE}; 
    2929    my $output = `$cmd`;     
     30    die "$0: Didn't get any output from $cmd\n" unless $output; 
    3031    return parse_indexing_output( $output ); 
    3132}