- Timestamp:
- 07/07/07 23:29:54 (17 months ago)
- Location:
- util
- Files:
-
- 2 modified
-
PaP6-testing/conf.pl (modified) (1 diff)
-
yaml_harness.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
util/PaP6-testing/conf.pl
r16162 r16888 32 32 return 0; 33 33 } 34 my $fn = ' .smoker.yml';34 my $fn = 'smoker.yml'; 35 35 unless ( copy( $cn->{src_add_dn} . '/' . $fn, $cn->{temp_dn} ) ) { 36 36 unlink( $cn->{temp_dn} . '/' . $fn ) if -e $cn->{temp_dn} . '/' . $fn; -
util/yaml_harness.pl
r16194 r16888 13 13 # Package and global declarations 14 14 our @ISA = qw(Test::TAP::Model); 15 our $SMOKERFILE = " .smoker.yml";15 our $SMOKERFILE = "smoker.yml"; 16 16 our %Config; 17 17 $ENV{TEST_ALWAYS_CALLER} = 1; … … 36 36 --incude=I1,[I2,...] Include files 37 37 --exclude=E1,[E2,...] Exclude files 38 --anonymous, -a Do not include ~/ .smoker.yml data in report38 --anonymous, -a Do not include ~/smoker.yml data in report 39 39 } . "\n"; 40 40 die $Usage if $Config{help};
