Changeset 19208 for util

Show
Ignore:
Timestamp:
12/13/07 15:47:35 (12 months ago)
Author:
ferreira
Message:

r200@dracma: perl | 2007-12-13 12:47:24 -0200

minor fixes and get rid of "@b ()" which coerces to scalar

Location:
util
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • util/catalog_tests.pl

    r12845 r19208  
    6767     util/yaml_harness.pl  - produce the data for this tool 
    6868     util/testgraph.pl     - Generates an HTML summary of a YAML test run 
    69      util/run-smome.pl     - automate the smoke process 
     69     util/run-smoke.pl     - automate the smoke process 
    7070 
    7171__HELP__ 
     
    9191my $help; 
    9292my $no_designdocs; 
    93 GetOptions('test_dirs=s@' => \@t_dirs, 
     93GetOptions('test_dirs=s' => \@t_dirs, 
    9494       'output_dir=s' => \$output_dir, 
    9595       'p6design_dir=s' => \$syn_src_dir, 
    9696       'no_designdocs' => \$no_designdocs, 
    9797        'help' => \&usage) || usage(1); 
    98 @t_dirs = split(/,/,join(',',@t_dirs||())); 
    99  
     98print "t_dirs: @t_dirs\n"; 
     99@t_dirs = split(/,/,join(',',@t_dirs)); 
     100print "t_dirs: @t_dirs\n"; 
    100101 
    101102# Find design doc directory, check 
     
    128129    print "Tests                 : @t_dirs\n"; 
    129130} else { 
    130     print "Tests                 : Processing tests from tests.yaml\n"; 
     131    print "Tests                 : Processing tests from tests.yml\n"; 
    131132} 
    132133print "Output directory      : $output_dir\n"; 
     
    145146                      (.*)                                      # rest of thing 
    146147                }sx; 
    147             
     148 
    148149 
    149150my $index = {}; 
  • util/testgraph.pl

    r16194 r19208  
    6464   util/yaml_harness.pl  - produce the data for this tool 
    6565   util/catalog_tests.pl - produce cross-linkable tests 
    66    util/run-smome.pl     - automate the smoke process 
     66   util/run-smoke.pl     - automate the smoke process 
    6767 
    6868USAGE