Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
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
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
0c1bd22e
Unverified
Commit
0c1bd22e
authored
Jan 31, 2022
by
ligi
Committed by
GitHub
Jan 31, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/geth: make test pass on a pi4 by using lightkdf (#24314)
parent
64c53edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
accountcmd_test.go
cmd/geth/accountcmd_test.go
+1
-1
No files found.
cmd/geth/accountcmd_test.go
View file @
0c1bd22e
...
@@ -120,7 +120,7 @@ func importAccountWithExpect(t *testing.T, key string, expected string) {
...
@@ -120,7 +120,7 @@ func importAccountWithExpect(t *testing.T, key string, expected string) {
if
err
:=
ioutil
.
WriteFile
(
passwordFile
,
[]
byte
(
"foobar"
),
0600
);
err
!=
nil
{
if
err
:=
ioutil
.
WriteFile
(
passwordFile
,
[]
byte
(
"foobar"
),
0600
);
err
!=
nil
{
t
.
Error
(
err
)
t
.
Error
(
err
)
}
}
geth
:=
runGeth
(
t
,
"account"
,
"import"
,
keyfile
,
"-password"
,
passwordFile
)
geth
:=
runGeth
(
t
,
"
--lightkdf"
,
"
account"
,
"import"
,
keyfile
,
"-password"
,
passwordFile
)
defer
geth
.
ExpectExit
()
defer
geth
.
ExpectExit
()
geth
.
Expect
(
expected
)
geth
.
Expect
(
expected
)
}
}
...
...
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