Skip to content
Snippets Groups Projects
Commit b620b827 authored by tpylak's avatar tpylak
Browse files

fix integration tests

SVN: 14855
parent c0564aab
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ function assert_correct_errorlogs { ...@@ -117,7 +117,7 @@ function assert_correct_errorlogs {
diff -w $TEMPLATE_INCOMING_CONTENT $errorlogs diff -w $TEMPLATE_INCOMING_CONTENT $errorlogs
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
report_error "Unexpected content of the error logs in the incoming directory $incoming_dir (see the report above)." report_error "Unexpected content of the error logs in the incoming directory (compare $TEMPLATE_INCOMING_CONTENT with $errorlogs)."
fi fi
} }
......
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