On 02/10/12 17:19, Rich Burridge wrote:

I tried your changes, and when I run "gmake test" I get:

...
000-cat: OK
001-interval: OK
002-rate: OK
003-progress: OK
004-timer: OK
005-eta: OK
006-ratecount: OK
007-bytes: OK
008-numeric: OK
009-quiet: OK
010-pipe: OK
011-cksum: OK
012-averagerate: FAILED
...

Did you see the same failure?

I played around with 012-averagerate. It looks like the Solaris version of tr is causing NUM=1, which fails the test. If I adjust each occurrence of tr
in that script to /usr/gnu/bin/tr then NUM=0 and the test passes.

I suggest finding out exactly what's going on here, and fix it accordingly. If you need to file a bug against one of the Solaris utilities then please do so.
   Rich,

There is some difference, I did a gmake check directly in the tests directory and it passed all tests. I just tried doing gmake test from top level, it fails. I'll look into it.

    Thanks
    Srini

_______________________________________________
userland-discuss mailing list
userland-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/userland-discuss

Reply via email to