oldk1331 wrote:
>
> The regular expression is wrong, it should be:
>
> ==== test.sh ====
> #! /bin/sh
>
> OUTPUTS=`ls *.output | grep -v -e elemnum -e unittest`
>
> grep ' unexpected \(failures\|passes\):' ${OUTPUTS} | \
> grep -v '\(failures\|passes\): 0'
> test $? -eq 1
I plan adding awk script to print summaries and give correct
error status. But while in principle quite easy such script
should run on many systems, so there is need for extra care.
And we should get rid of errors in elemnum. Currently errors
are because Lisp functions behave differently than we want.
Given that such problems were not fixed for many years we
probably need our own wrappers to get expected behaviour.
--
Waldek Hebisch
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.