Changeset 163
- Timestamp:
- 10/14/07 05:22:09
- Files:
-
- guts_main/guts_main.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
guts_main/guts_main.sh
r145 r163 69 69 else 70 70 printf "TEST \033[31m\033[1mFAILED\033[0m for the unit [$UNIT]" 71 printf "\n" 71 72 echo $exe_output 72 73 echo "$UNIT" >>units.notpassed … … 93 94 94 95 for NUNIT in `cat ${UNITS_NEG}`; do 95 printf " --------------> Working on unit -- $NUNIT\n"96 printf ">--------------> Working on unit -- $NUNIT\n" 96 97 97 98 build_output=`$UPCC $UPC_FLAGS -I../include $NUNIT.upc -o $NUNIT` … … 128 129 129 130 for RNUNIT in `cat ${RNUNITS}`; do 130 printf " --------------> Working on unit -- $RNUNIT\n"131 printf ">--------------> Working on unit -- $RNUNIT\n" 131 132 132 133 build_output=`$UPCC $UPC_FLAGS -I../include $RNUNIT.upc -o $RNUNIT >>$RNUNIT.out 2>$RNUNIT.errout`
