Changeset 9567 for trunk/tools/smoke.pl


Ignore:
Timestamp:
12/08/09 23:03:46 (2 years ago)
Author:
szabgab
Message:

fix smoker reporting name of missing prereq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/smoke.pl

    r9485 r9567  
    7272            if ($make_out =~ /Warning: prerequisite (.*)/) { 
    7373                $output = "\n\nThere seem to be at least one missing prerequisite:\n$1"; 
    74                 $output = "\n\nThere might be more missing\n"; 
     74                $output .= "\n\nThere might be more missing\n"; 
    7575                $status = "FAIL - missing prereq"; 
    7676                # TODO, list al the missing prereqs 
Note: See TracChangeset for help on using the changeset viewer.