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
b01d2ba0
Commit
b01d2ba0
authored
Mar 06, 2018
by
Sen Lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
purge all the -v references from e2e.go
parent
f196b7c7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
build/root/Makefile
+1
-1
run-e2e-tests.sh
test/kubemark/run-e2e-tests.sh
+1
-1
No files found.
build/root/Makefile
View file @
b01d2ba0
...
@@ -215,7 +215,7 @@ test-e2e:
...
@@ -215,7 +215,7 @@ test-e2e:
@
echo
"
$$
TEST_E2E_HELP_INFO"
@
echo
"
$$
TEST_E2E_HELP_INFO"
else
else
test-e2e
:
ginkgo generated_files
test-e2e
:
ginkgo generated_files
go run hack/e2e.go
--
-
v
-
-build
--up
--test
--down
go run hack/e2e.go
--
--build
--up
--test
--down
endif
endif
define
TEST_E2E_NODE_HELP_INFO
define
TEST_E2E_NODE_HELP_INFO
...
...
test/kubemark/run-e2e-tests.sh
View file @
b01d2ba0
...
@@ -44,7 +44,7 @@ fi
...
@@ -44,7 +44,7 @@ fi
if
[[
-f
/.dockerenv
]]
;
then
if
[[
-f
/.dockerenv
]]
;
then
# Running inside a dockerized runner.
# Running inside a dockerized runner.
go run ./hack/e2e.go
--
-
v
-
-check-version-skew
=
false
--test
--test_args
=
"--e2e-verify-service-account=false --dump-logs-on-failure=false
${
ARGS
}
"
go run ./hack/e2e.go
--
--check-version-skew
=
false
--test
--test_args
=
"--e2e-verify-service-account=false --dump-logs-on-failure=false
${
ARGS
}
"
else
else
# Running locally.
# Running locally.
ARGS
=
$(
echo
$ARGS
|
sed
's/\[/\\\[/g'
|
sed
's/\]/\\\]/g'
)
ARGS
=
$(
echo
$ARGS
|
sed
's/\[/\\\[/g'
|
sed
's/\]/\\\]/g'
)
...
...
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