Ignore:
Timestamp:
2013-06-28T17:40:20+12:00 (11 years ago)
Author:
ak19
Message:

Images can be different in size when generated by imagemagick on win/darwin/linux. For now we ignore images when diffing, later we will have a separate ImageDiff.pm perl module as we have gdbdiff.pm at the moment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/task.pl

    r27724 r27725  
    627627    #default identity dir
    628628    if ( ! exists $ENV{'IDENTITY_DIR'} ) {
    629     $ENV{'IDENTITY_DIR'} = "$ENV{'HOME'}${sep}.ssh";
     629    $ENV{'IDENTITY_DIR'} = "$ENV{'HOME'}${sep}.ssh"; # "C:\\Research\\Nightly\\tools\\keys" on windows, see environment.pl
    630630    }
    631631    if (! exists $ENV{'SNAPSHOT_MODE'} ) {
Note: See TracChangeset for help on using the changeset viewer.