Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-web-393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-web-393
Commits
ca09aca5
Commit
ca09aca5
authored
May 14, 2020
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
print md5sum even if correct
parent
5657c012
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test_sensors.php
src/php_top/test_sensors.php
+2
-0
No files found.
src/php_top/test_sensors.php
View file @
ca09aca5
...
@@ -87,6 +87,8 @@ function run_test_mt9p006($port){
...
@@ -87,6 +87,8 @@ function run_test_mt9p006($port){
if
(
$md5sum
!=
$ref_md5sum
){
if
(
$md5sum
!=
$ref_md5sum
){
print
(
"md5sum(
$i
) does not match reference (
$ref_md5sum
):
$md5sum
\n
"
);
print
(
"md5sum(
$i
) does not match reference (
$ref_md5sum
):
$md5sum
\n
"
);
$test_status
=
"fail"
;
$test_status
=
"fail"
;
}
else
{
print
(
"md5sum(
$i
)
$md5sum
ok
\n
"
);
}
}
}
}
...
...
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