Skip to content
Snippets Groups Projects
Commit 910751c8 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

adapt spelling of PASSED

parent ebf1c6b3
No related branches found
No related tags found
3 merge requests!84Draft: Resolve "create tests for new commandline arguments",!83Draft: Resolve "deliver css and javascript to www3",!77Resolve "tuhh-deployment"
......@@ -21,7 +21,7 @@ reftitle="## [[Title of my topic]($inputname.html)"
title=`$RESEARCH_ROOT/bin/extract_title.sh $inputname.md`
if [ "$title" == "$reftitle" ]
then
echo "Test $T: passed."
echo "Test $T: PASSED."
else
echo "Test $T: FAILED."
echo "Aborting further execution of $0 ..."
......@@ -41,7 +41,7 @@ reftitle="## [[Title of my topic]($prefix$inputname.html)"
title=`$RESEARCH_ROOT/bin/extract_title.sh "$inputname".md "$prefix"`
if [ "$title" == "$reftitle" ]
then
echo "Test $T: passed."
echo "Test $T: PASSED."
else
echo "Test $T: failed"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment