Changeset 6531
- Timestamp:
- 08/28/05 16:27:44 (3 years ago)
- Files:
-
- 4 added
- 3 modified
-
lib/pugs/hack.pod (modified) (1 diff)
-
perl5/PIL2JS/lib6/Prelude/JS/Rules.pm (modified) (2 props)
-
util/smokeserv (added)
-
util/smokeserv/README (added)
-
util/smokeserv/smokeserv-client.pl (added)
-
util/smokeserv/smokeserv-server.pl (added)
-
util/yaml_harness.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lib/pugs/hack.pod
r6331 r6531 18 18 $ make test # or 19 19 $ make smoke # generates a smoke.html 20 # Optionally, submit your smoke report to a public server: 21 $ ./util/smokeserv/smokeserv-client.pl smoke.html 20 22 21 23 =head1 DESCRIPTION -
perl5/PIL2JS/lib6/Prelude/JS/Rules.pm
- Property svn:mime-type set to text/plain; charset=UTF-8
- Property svn:eol-style set to native
-
util/yaml_harness.pl
r6024 r6531 35 35 $Config{"output-file"} ||= "tests.yml"; 36 36 $Config{"recurse"} = 1 if not defined $Config{"recurse"}; 37 # Needed for smokeserv 38 $Config{"pugs-path"} = $ENV{HARNESS_PERL}; 37 39 push @{$Config{"exclude"}}, 'Disabled' if not $Config{"exclude"} or not @{$Config{"exclude"}}; 38 40 if(!@ARGV) {
