cecho changes in UML scripts

This commit is contained in:
Andreas Steffen
2007-05-23 22:24:47 +00:00
parent c502b1b4c6
commit 0749196612
5 changed files with 11 additions and 10 deletions
+3 -2
View File
@@ -565,12 +565,13 @@ do
# write test status to html file
#
cecho "$STATUS"
if [ $STATUS = "passed" ]
then
COLOR="green"
cecho "\033[1;32m$STATUS"
else
COLOR="red"
cecho "$STATUS"
fi
cat >> $TESTRESULTSHTML << @EOF
@@ -630,7 +631,7 @@ cat >> $INDEX << @EOF
@EOF
cecho ""
cecho "Passed: $passed_cnt"
cecho "\033[1;32mPassed: $passed_cnt"
cecho "Failed: $failed_cnt"
cecho ""