Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
b13d4baf
Commit
b13d4baf
authored
Jan 31, 2014
by
Roman Donchenko
Committed by
OpenCV Buildbot
Jan 31, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2238 from asmorkalov:ocv_test_package_reports
parents
d14e007f
3d261e8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
opencv_run_all_tests.sh.in
cmake/templates/opencv_run_all_tests.sh.in
+2
-1
No files found.
cmake/templates/opencv_run_all_tests.sh.in
View file @
b13d4baf
...
...
@@ -6,7 +6,8 @@ export OPENCV_TEST_DATA_PATH=@CMAKE_INSTALL_PREFIX@/share/OpenCV/testdata
SUMMARY_STATUS
=
0
for
t
in
"
$OPENCV_TEST_PATH
/"
opencv_test_
*
"
$OPENCV_TEST_PATH
/"
opencv_perf_
*
;
do
"
$t
"
--perf_min_samples
=
1
--perf_force_samples
=
1
--gtest_output
=
xml:
$t
-
`
date
--rfc-3339
=
date
`
.xml
report
=
"
`
basename
"
$t
"
`
-
`
date
--rfc-3339
=
date
`
.xml"
"
$t
"
--perf_min_samples
=
1
--perf_force_samples
=
1
--gtest_output
=
xml:
"
$report
"
TEST_STATUS
=
$?
if
[
$TEST_STATUS
-ne
0
]
;
then
SUMMARY_STATUS
=
$TEST_STATUS
...
...
Write
Preview
Markdown
is supported
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