grep FAIL work*/output.txt | grep -v 'COMPILER FAILURE'
echo -n 'tests: '
grep GOOD work*/output.txt | wc -l
