Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
433f86c6
Commit
433f86c6
authored
Apr 10, 2019
by
aaa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use fmt.printf() to end with a newline
update pull request update pull request update pull request
parent
ed2bdd53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
utils.go
test/e2e/storage/utils/utils.go
+1
-1
conformance.go
test/e2e_node/environment/conformance.go
+1
-1
No files found.
test/e2e/storage/utils/utils.go
View file @
433f86c6
...
@@ -494,7 +494,7 @@ func genBinDataFromSeed(len int, seed int64) []byte {
...
@@ -494,7 +494,7 @@ func genBinDataFromSeed(len int, seed int64) []byte {
len
,
err
:=
rand
.
Read
(
binData
)
len
,
err
:=
rand
.
Read
(
binData
)
if
err
!=
nil
{
if
err
!=
nil
{
fmt
.
Printf
(
"Error: %v"
,
err
)
fmt
.
Printf
(
"Error: %v
\n
"
,
err
)
}
}
return
binData
return
binData
...
...
test/e2e_node/environment/conformance.go
View file @
433f86c6
...
@@ -81,7 +81,7 @@ func check(options ...string) []error {
...
@@ -81,7 +81,7 @@ func check(options ...string) []error {
case
"kernel"
:
case
"kernel"
:
errs
=
appendNotNil
(
errs
,
kernel
())
errs
=
appendNotNil
(
errs
,
kernel
())
default
:
default
:
fmt
.
Printf
(
"Unrecognized option %s"
,
c
)
fmt
.
Printf
(
"Unrecognized option %s
\n
"
,
c
)
errs
=
append
(
errs
,
fmt
.
Errorf
(
"Unrecognized option %s"
,
c
))
errs
=
append
(
errs
,
fmt
.
Errorf
(
"Unrecognized option %s"
,
c
))
}
}
}
}
...
...
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