fixed not existant executable error counting problem with autotest

This commit is contained in:
treadway 2001-10-09 23:04:24 +00:00
parent 4eebc6725f
commit 091c80452d

View File

@ -90,6 +90,8 @@ do
fi
else
echo "ERROR ${i} test suite did not compile..."
echo "${i} does not exist" > ${i}.log
echo "test suite not run, check for compile errors." >> ${i}.log
echo "${i} does not exist" > ${i}.err
echo "test suite not run, check for compile errors." >> ${i}.err
fi