Ticket #323: tt323-submitter.patch

File tt323-submitter.patch, 449 bytes (added by fperrad, 13 years ago)

Adding the submitter could be nice too.

  • lib/Parrot/Harness/Smoke.pm

     
    109109        'Platform'     => $PConfig{osname}, 
    110110        'SVN Revision' => $PConfig{revision}, 
    111111        'Version'      => $PConfig{VERSION}, 
     112        'Submitter'    => ($ENV{LOGNAME} || $ENV{USERNAME} || 'unknown'), 
    112113    ); 
    113114} 
    114115