Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
6997c52a
Commit
6997c52a
authored
Feb 28, 2019
by
Emmanuel Promayon
Browse files
FIXED remove duplicate failed test log output
parent
21ae47ce
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/test.sh
View file @
6997c52a
...
...
@@ -69,7 +69,7 @@ ctest -VV \
# fi
echo
echo
"===== Not run
or
disabled tests ====="
echo
"===== Not run
(
disabled
)
tests ====="
grep
-e
"Not Run"
$CI_PROJECT_DIR
/
$PROJECT_LOG_DIR
/test.log
# as ctest return a strange 255 error, check the log
...
...
@@ -79,7 +79,7 @@ if grep --quiet "Fatal error" $CI_PROJECT_DIR/$PROJECT_LOG_DIR/ci-test.log; then
echo
"Found fatal error in
$CI_PROJECT_DIR
/
$PROJECT_LOG_DIR
/ci-test.log"
echo
echo
"===== Failed tests ====="
grep
-e
"Failed"
-e
"SegFault"
$CI_PROJECT_DIR
/
$PROJECT_LOG_DIR
/test.log
grep
-e
"
\*\*\*
Failed"
-e
"SegFault"
$CI_PROJECT_DIR
/
$PROJECT_LOG_DIR
/test.log
echo
exit
1
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment