File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ for eid in `ls $SUBMIT`; do
55
55
if [ -e " $runpath /$EXE " ]; then
56
56
57
57
# summarize unit test results
58
- uresults=$( grep Checks " $runpath /tests/utests.txt" )
58
+ uresults=" Unit results: $( grep Checks " $runpath /tests/utests.txt" ) "
59
59
if [ -z " $( grep " D_" " $runpath /tests/utests.txt" ) " ]; then
60
60
if [ -z " $( grep " C_" " $runpath /tests/utests.txt" ) " ]; then
61
61
if [ -z " $( grep " B_" " $runpath /tests/utests.txt" ) " ]; then
@@ -124,7 +124,7 @@ for eid in `ls $SUBMIT`; do
124
124
fi
125
125
126
126
# print per-student summary
127
- printf ' %s %12s %-45s %-30s %s' " $ugrade $igrade $bgrade " " $tstamp " " $uresults " " $iresults " " $vresults "
127
+ printf ' %s %12s %-55s %-30s %s' " $ugrade $igrade $bgrade " " $tstamp " " $uresults " " $iresults " " $vresults "
128
128
[ -n " $cresults " ] && printf ' Compiler warning/error(s).'
129
129
[ -n " $sresults " ] && printf ' Insecure function(s).'
130
130
echo " "
You can’t perform that action at this time.
0 commit comments