efl/efreet: better printing of test results
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 14 Jan 2013 21:04:40 +0000 (21:04 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 14 Jan 2013 21:04:40 +0000 (21:04 +0000)
commit366a3dee3b3248220917da994f617e21be40d125
tree6f8b9495d1bdeea2a9bcf0badb4677e2240e35ac
parent522bb558e9babe40c34d22dad25be8d377810615
efl/efreet: better printing of test results

Print the name of each test together with the status so it's easier to
check which test failed/passed regardless the test's output:

./src/tests/efreet/efreet_test 2>/dev/null | grep -e "^FINISHED"

The tests themselves should not print to stdout, so we wouldn't need the
grep. But this is already better than we had before.

SVN revision: 82782
src/tests/efreet/main.c