Actually, it's not a failure in the Axiom build but in the post-build test mechanism. There is a selector for the group of tests to run, controlled by "TESTSET".
The default for "make" is TESTSET=notests and grep still tries to check for failing tests. I always type make TESTSET=regresstests so I didn't notice this failure. I will fix it shortly. In the meantime, try make TESTSET=regresstests Tim _______________________________________________ Axiom-developer mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/axiom-developer
