Changeset 2043 for Swishetest/trunk/BuildIndex.pm
- Timestamp:
- 03/05/08 17:05:22 (9 months ago)
- Files:
-
- Swishetest/trunk/BuildIndex.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Swishetest/trunk/BuildIndex.pm
r2039 r2043 14 14 my $cmd = "swish-e -c $config -i '$input' -f '$index' -v 1 $extra_options"; 15 15 my $output = `$cmd`; 16 print STDERR "$0: Running '$ output'\n" if $ENV{TEST_VERBOSE};16 print STDERR "$0: Running '$cmd'\n" if $ENV{TEST_VERBOSE}; 17 17 # -v 1 is important, we use it to test the indexer 18 18 die "$0: Didn't get any output from $cmd\n" unless $output;
