On Mar 21, 2012, at 2:46 PM, Mike Stump wrote: > echo "# of expected failures $(cat $file | grep 'FAIL:' | wc -l)"
Oh, and if you expect perfection, you should use: echo "# of unexpected failures $(cat $file | grep 'FAIL:' | wc -l)" instead.
On Mar 21, 2012, at 2:46 PM, Mike Stump wrote: > echo "# of expected failures $(cat $file | grep 'FAIL:' | wc -l)"
Oh, and if you expect perfection, you should use: echo "# of unexpected failures $(cat $file | grep 'FAIL:' | wc -l)" instead.