Changeset 115

Show
Ignore:
Timestamp:
03/21/07 17:03:09
Author:
kunxi
Message:

Fix the Typo in the guts.sh. so when test case failed, the right name of test case is printed out.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • guts.sh

    r104 r115  
    127127                        passed=$((passed+1)) 
    128128                else 
    129                         echo -e "TEST \033[31m\033[1mFAILED\033[0m for the unit [$UNIT.char0]" 
     129                        echo -e "TEST \033[31m\033[1mFAILED\033[0m for the unit [$SUNIT.char0]" 
    130130                        echo $exe_output 
    131131                        echo "${SUNIT}.char0" >>units.notpassed