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
ed10f50d
Commit
ed10f50d
authored
Jan 31, 2014
by
Alexander Smorkalov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reports path fix for opencv_run_all_tests.sh.in script.
(cherry picked from commit
3d261e8a
)
parent
48d9be70
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 @
ed10f50d
...
...
@@ -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