Subversion Repositories DevTools

Rev

Rev 6619 | Rev 6798 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6619 Rev 6628
Line 9873... Line 9873...
9873
        #       with some sort of interface to allow the ENVvars and format and command line args to be massaged
9873
        #       with some sort of interface to allow the ENVvars and format and command line args to be massaged
9874
        #       
9874
        #       
9875
        #   For googletest
9875
        #   For googletest
9876
        #       Set EnvVar and then prost process with junit
9876
        #       Set EnvVar and then prost process with junit
9877
        #
9877
        #
-
 
9878
        if ($pEntry->{'utfformat'})
-
 
9879
        {
9878
        if ($pEntry->{'utfformat'} || '' eq 'gtest') {
9880
            if ($pEntry->{'utfformat'} eq 'gtest') {
9879
            $pEntry->{'utfformat'} = 'junit';
9881
                $pEntry->{'utfformat'} = 'junit';
9880
            $me->AddDefn('export GTEST_OUTPUT ', 'xml:${GBE_UTFTEST}.xml');
9882
                $me->AddDefn('export GTEST_OUTPUT ', 'xml:${GBE_UTFTEST}.xml');
-
 
9883
            }
9881
        }
9884
        }
9882
 
9885
 
9883
        # Workaround for dirsep under windows when being wrapped in a timeout
9886
        # Workaround for dirsep under windows when being wrapped in a timeout
9884
        $me->AddDefn('dirsep', '$(dirsep)$(dirsep)') if ($timeout && ($::ScmHost ne "Unix"));
9887
        $me->AddDefn('dirsep', '$(dirsep)$(dirsep)') if ($timeout && ($::ScmHost ne "Unix"));
9885
 
9888