Skip to content
Snippets Groups Projects
Commit a61887d0 authored by felmer's avatar felmer
Browse files

integration tests: Write at the end name of successful test

SVN: 26700
parent 4cc95967
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ function print_result {
if [ $result -ne 0 ]; then
echo ERROR: Test "$testFile" has failed.
EXIT_WITH_ERROR=true
else
echo OK: Test "$testFile" succeeded.
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