Changeset 6531

Show
Ignore:
Timestamp:
08/28/05 16:27:44 (3 years ago)
Author:
iblech
Message:

* Usual svn props.
* New util/smokeserv/: Pugs Smoke Reports Server

  • smokeserv-client.pl: Submits smokes to a smokeserv
  • smokeserv-server.pl: The smokeserv (HTML template included)
  • README

* util/yaml_harness.pl: Include the path to pugs used in the smoke so the

smokeserv can easily differentiate between normal runcore/PIL-Run/PIL2JS.

* pugs::hack: Add info how to submit a smoke to a smokeserv.

Files:
4 added
3 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r6331 r6531  
    1818    $ make test       # or 
    1919    $ make smoke      # generates a smoke.html 
     20    # Optionally, submit your smoke report to a public server: 
     21    $ ./util/smokeserv/smokeserv-client.pl smoke.html 
    2022 
    2123=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  
    3535$Config{"output-file"} ||= "tests.yml"; 
    3636$Config{"recurse"} = 1 if not defined $Config{"recurse"}; 
     37# Needed for smokeserv 
     38$Config{"pugs-path"} = $ENV{HARNESS_PERL}; 
    3739push @{$Config{"exclude"}}, 'Disabled' if not $Config{"exclude"} or not @{$Config{"exclude"}}; 
    3840if(!@ARGV) {