Made existing tests comply to upcomming prescriptions for failure messages
This commit is contained in:
@ -58,7 +58,7 @@ fi
|
||||
if [ ${RET_CPL} == 0 -a -f ${SMPL}.obj ]; then
|
||||
mv ${SMPL}.obj ${GEN_DATA_DIR}
|
||||
else
|
||||
printf "\n${SELF}: FAIL Compilation of ${SMPL}\n"
|
||||
printf "\nFAIL : ${SELF}: Compilation of ${SMPL}\n"
|
||||
cleanup
|
||||
exit 7
|
||||
fi
|
||||
|
Reference in New Issue
Block a user