- 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
-
catalog_tests.pl (modified) (4 diffs)
-
testgraph.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/catalog_tests.pl
r12845 r19208 67 67 util/yaml_harness.pl - produce the data for this tool 68 68 util/testgraph.pl - Generates an HTML summary of a YAML test run 69 util/run-smo me.pl - automate the smoke process69 util/run-smoke.pl - automate the smoke process 70 70 71 71 __HELP__ … … 91 91 my $help; 92 92 my $no_designdocs; 93 GetOptions('test_dirs=s @' => \@t_dirs,93 GetOptions('test_dirs=s' => \@t_dirs, 94 94 'output_dir=s' => \$output_dir, 95 95 'p6design_dir=s' => \$syn_src_dir, 96 96 'no_designdocs' => \$no_designdocs, 97 97 'help' => \&usage) || usage(1); 98 @t_dirs = split(/,/,join(',',@t_dirs||())); 99 98 print "t_dirs: @t_dirs\n"; 99 @t_dirs = split(/,/,join(',',@t_dirs)); 100 print "t_dirs: @t_dirs\n"; 100 101 101 102 # Find design doc directory, check … … 128 129 print "Tests : @t_dirs\n"; 129 130 } else { 130 print "Tests : Processing tests from tests.y aml\n";131 print "Tests : Processing tests from tests.yml\n"; 131 132 } 132 133 print "Output directory : $output_dir\n"; … … 145 146 (.*) # rest of thing 146 147 }sx; 147 148 148 149 149 150 my $index = {}; -
util/testgraph.pl
r16194 r19208 64 64 util/yaml_harness.pl - produce the data for this tool 65 65 util/catalog_tests.pl - produce cross-linkable tests 66 util/run-smo me.pl - automate the smoke process66 util/run-smoke.pl - automate the smoke process 67 67 68 68 USAGE
Download in other formats:
