Changeset 2095 for Swishetest

Show
Ignore:
Timestamp:
03/19/08 20:35:50 (7 months ago)
Author:
joshr
Message:

show the program name in our TEST_VERBOSE output.

Files:

Legend:

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

    r2089 r2095  
    1616    my %word_count; 
    1717    # Load words. Repeats are OK 
    18     print STDERR "Loading dictionary...\n" if $ENV{TEST_VERBOSE}; 
     18    print STDERR "$0: Loading dictionary...\n" if $ENV{TEST_VERBOSE}; 
    1919    open (my $fh, "<", $dict)|| die "$0: Couldn't open $dict: $!";  
    2020    #for($num_words = 0; $words[$num_words] = <$fh>; ) {