SUCCESS --> SUCCESSFUL

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1690 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hellwig
2012-09-25 13:24:13 +00:00
parent e55997e614
commit 9dd050b9f5
2 changed files with 10 additions and 10 deletions

View File

@ -33,15 +33,15 @@ then
echo -e '\033[37;44m Regression-Test FAILED. Look at regression-test.results for more information. \033[0m'
if $testsuccess;
then
echo -e '\033[37;44m Tracing-Plugin Test SUCCESS. \033[0m'
echo -e '\033[37;44m Tracing-Plugin Test SUCCESSFUL. \033[0m'
else
echo -e '\033[37;44m Tracing-Plugin Test FAILED. Look at regression-trace.results for more information. \033[0m'
fi
else
if $testsuccess;
then
echo -e '\033[37;44m Regression-Test SUCCESS. \033[0m'
echo -e '\033[37;44m Tracing-Plugin Test SUCCESS. \033[0m'
echo -e '\033[37;44m Regression-Test SUCCESSFUL. \033[0m'
echo -e '\033[37;44m Tracing-Plugin Test SUCCESSFUL. \033[0m'
else
echo -e '\033[37;44m Regression-Test FAILED. Look at regression-test.results for more information. \033[0m'
echo -e '\033[37;44m Tracing-Plugin Test FAILED. \033[0m'