Migrate several more passing tests to new test framework

This commit is contained in:
Michael Hansen
2019-10-04 09:04:04 -07:00
parent 7cd576280e
commit 154b80b2fe
58 changed files with 320 additions and 5 deletions

View File

@@ -62,9 +62,9 @@ done
if (( $fails == 0 ))
then
echo -e "\033[32mPASS\033[m"
echo -e "\033[32mPASS (${#compfiles[@]})\033[m"
else
echo -e "\033[31mFAIL\033[m"
echo -e "\033[31mFAIL ($fails of ${#compfiles[@]})\033[m"
for ((i=0; i<${#efiles[@]}; i++))
do
echo -e "\t\033[31m${efiles[i]}\033[m"