Changeset 1109 in ProjectBuilder for devel/pb-modules/t/Log.t


Ignore:
Timestamp:
Nov 17, 2010, 12:40:28 PM (13 years ago)
Author:
Bruno Cornec
Message:

r4041@localhost: bruno | 2010-11-17 11:40:41 +0100

  • Adds new configuration parameters (oschkcmd, oschkopt) to externalize package checking command
  • Adds new configuration parameters (pbinstalltype, pbpkg) to start allowing installation of pb in VM/VE with packages or files (this last is only needed by upstream)
  • Remove dependency on Mail::Sendmail to where it's really needed (part of Log, not used yet, and annouce). In particular this removes one non std dep for VE/VM build.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/t/Log.t

    r1106 r1109  
    55use strict;
    66use ProjectBuilder::Base;
    7 use Test;
    87
    98eval
     
    1514# Test::More not found so no test will be performed here
    1615if ($@) {
    17     BEGIN { plan tests => 1 };
     16    require Test;
     17    plan(tests => 1);
    1818    print "# Faking tests as test::More is not available\n";
    1919    ok(1,1);
Note: See TracChangeset for help on using the changeset viewer.