Subversion Repositories DevTools

Rev

Rev 7219 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7219 Rev 7226
Line 249... Line 249...
249
    Verbose("Writing output to: $filename");
249
    Verbose("Writing output to: $filename");
250
 
250
 
251
    #
251
    #
252
    #   Recover the result code of the unit test run
252
    #   Recover the result code of the unit test run
253
    #   Do this before changing directory as the paths are relative
253
    #   Do this before changing directory as the paths are relative
-
 
254
    #   The rcfile will be specified as relative to the current directory
254
    #
255
    #
255
    if (defined $filterData{RCFILE}) {
256
    if (defined $filterData{RCFILE}) {
256
        my $rcFile = $filterData{RCFILE};
257
        my $rcFile = $filterData{RCFILE};
257
        Verbose("Result Code File:", $rcFile);
258
        Verbose("Result Code File:", $rcFile);
258
        if (-f $rcFile)
259
        if (-f $rcFile)