Frank Heckenbach wrote:
.../test_sum < file
or
cat file | .../test_sum
Hmmm,
Either way I get the following, just what I would expect except the fails are 1 over and the skips are on under based on the output:
/usr/develop/obj/gpc-tests $ cat ./bpkgpctest.log | /usr/develop/src/gpc-20021128/p/test/test_sum TEST agettext2test.pas: msgfmt: not found SKIPPED: could not run msgfmt TEST crttest.pas: SKIPPED: no curses library found TEST daj13.pas: TEST fjf165a.pas: SKIPPED: German locale not installed TEST fjf480a.pas: SKIPPED: librx not installed TEST fjf480b.pas: SKIPPED: librx not installed TEST fjf480c.pas: SKIPPED: librx not installed TEST fjf582.pas: Signal 11 TEST gmptest.pas: SKIPPED: libgmp not installed TEST longr2.pas: SKIPPED: no LongReal math routines available TEST params.pas: failed: ./a TEST regextest.pas: SKIPPED: librx not installed
# of GPC tests 2856 # of GPC tests passed 2844 # of GPC tests skipped 8 # of GPC tests failed 4 /usr/develop/obj/gpc-tests $
but if I just run Make to make the tests I get the error. Oh well - it is working - I might have to dig into just for the learning experience - actually I will bet it is the first error for agettext2test.pas where is displays the message about the msgfmt and then on the next line it says SKIPPED: and another warning about msgfmt - I'll betcha.