Changeset 9192 for trunk/tools


Ignore:
Timestamp:
Sep 2, 2002, 5:16:32 PM (23 years ago)
Author:
bird
Message:

show details on mismatch output tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/buildenv.cmd

    r9185 r9192  
    1 /* $Id: buildenv.cmd,v 1.26 2002-09-01 11:52:54 bird Exp $
     1/* $Id: buildenv.cmd,v 1.27 2002-09-02 15:16:32 bird Exp $
    22 *
    33 * This is the master tools environment script. It contains environment
     
    11411141     */
    11421142    rc = 0;
    1143     if (/*rcCmd = rcCmdExpected*/ 1) then
     1143    if (/*rcCmd = rcCmdExpected*/ 1) then /* doesn't work with cmd.exe */
    11441144    do
    11451145        if (pos(sOutputPartExpected, sOutput) <= 0) then
    11461146        do
    1147             /*
    11481147            say 'Debug - start'
    11491148            say 'Debug:' sOutputPartExpected
     
    11511150            say sOutput
    11521151            say 'Debug - end'
    1153             */
    11541152            rc = 99
    11551153        end
Note: See TracChangeset for help on using the changeset viewer.