Changeset 1604 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/Base.pm


Ignore:
Timestamp:
May 27, 2012, 4:45:34 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix an error in the Package file generation for deb repo
  • more pbtest fine tune
  • Review again pb_system msgs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Base.pm

    r1603 r1604  
    163163# Exit now if the command may fail
    164164if ((defined $verbose) and ($verbose eq "mayfail")) {
    165     pb_log(0,"non blocking ERROR $res ($!)\n") if ($res != 0);
     165    pb_log(0,"NOT OK but non blocking\n") if ($res != 0);
    166166    pb_log(0,"OK\n") if ($res == 0);
    167167    return($res)
Note: See TracChangeset for help on using the changeset viewer.