Add function evaluation

This commit is contained in:
2022-11-04 09:16:02 -04:00
parent ddb5a8f842
commit d5b1729deb
7 changed files with 108 additions and 58 deletions

View File

@@ -8,4 +8,4 @@ for test in $TESTS; do
if [ $? -ne 0 ] ; then
exit $ret
fi
done
done | tee | grep "Tests"