Opened 10 years ago

Closed 10 years ago

#3544 closed defect (fixed)

6.14. GMP-6.0.0a --> number of tests has changed

Reported by: Arthur Radley Owned by: lfs-book@…
Priority: normal Milestone: 7.6
Component: Book Version: SVN
Severity: trivial Keywords:
Cc:

Description

FWIW, when I checked the build for GMP-6.0.0a in the current svn LFS book, the number of tests was 188 instead of the usual and still stated 185. It's a triviality, but nevertheless an inaccuracy.

awk '/tests passed/{total+=$2} ; END{print total}' gmp-check-log
...
make[2]: Leaving directory '/sources/gmp-6.0.0'
make[1]: Leaving directory '/sources/gmp-6.0.0'
188
cat 6.14-gmp-check-log.txt|grep -i passed
All 9 tests passed
All 45 tests passed
All 63 tests passed
All 14 tests passed
All 27 tests passed
All 7 tests passed
All 3 tests passed
All 20 tests passed

All that adds up to 188.

Change History (2)

comment:1 by bdubbs@…, 10 years ago

Severity: normaltrivial

An oversight. I'll fix it.

comment:2 by bdubbs@…, 10 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 10535.

Note: See TracTickets for help on using tickets.