Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Podhorszki, Norbert
ADIOS2
Commits
82fd3ee5
Commit
82fd3ee5
authored
7 years ago
by
Wittenburg, William
Browse files
Options
Downloads
Patches
Plain Diff
Try to specifically request return value from ctest_test
parent
70f4e7a8
No related branches found
No related tags found
1 merge request
!253
Finish image buildout
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/dashboard/common.cmake
+2
-1
2 additions, 1 deletion
scripts/dashboard/common.cmake
with
2 additions
and
1 deletion
scripts/dashboard/common.cmake
+
2
−
1
View file @
82fd3ee5
...
@@ -393,7 +393,8 @@ if(dashboard_do_test)
...
@@ -393,7 +393,8 @@ if(dashboard_do_test)
dashboard_hook_test
()
dashboard_hook_test
()
endif
()
endif
()
message
(
"Calling ctest_test"
)
message
(
"Calling ctest_test"
)
ctest_test
(
${
CTEST_TEST_ARGS
}
)
ctest_test
(
${
CTEST_TEST_ARGS
}
RETURN_VALUE TEST_RESULTS
)
message
(
"ctest test results return value:
${
TEST_RESULTS
}
"
)
ctest_submit
(
PARTS Test
)
ctest_submit
(
PARTS Test
)
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment