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
ad5bccc5
Commit
ad5bccc5
authored
Mar 18, 2019
by
aaa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix shellcheck in test-smoke.sh and test-network.sh
update pull request update pull request update pull request update pull request
parent
b3847120
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
test-network.sh
cluster/test-network.sh
+1
-2
test-smoke.sh
cluster/test-smoke.sh
+1
-3
.shellcheck_failures
hack/.shellcheck_failures
+0
-2
No files found.
cluster/test-network.sh
View file @
ad5bccc5
...
@@ -25,6 +25,5 @@ set -o nounset
...
@@ -25,6 +25,5 @@ set -o nounset
set
-o
pipefail
set
-o
pipefail
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/..
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/..
KUBE_CONFIG_FILE
=
"config-default.sh"
${
KUBE_ROOT
}
/hack/ginkgo-e2e.sh
--ginkgo
.focus
=
Networking
"
${
KUBE_ROOT
}
/hack/ginkgo-e2e.sh"
--ginkgo
.focus
=
Networking
cluster/test-smoke.sh
View file @
ad5bccc5
...
@@ -25,8 +25,6 @@ set -o pipefail
...
@@ -25,8 +25,6 @@ set -o pipefail
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/..
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/..
TEST_ARGS
=
"
$@
"
SMOKE_TEST_FOCUS_REGEX
=
"Guestbook.application"
SMOKE_TEST_FOCUS_REGEX
=
"Guestbook.application"
exec
"
${
KUBE_ROOT
}
/cluster/test-e2e.sh"
-ginkgo
.focus
=
"
${
SMOKE_TEST_FOCUS_REGEX
}
"
${
TEST_ARGS
}
exec
"
${
KUBE_ROOT
}
/cluster/test-e2e.sh"
-ginkgo
.focus
=
"
${
SMOKE_TEST_FOCUS_REGEX
}
"
"
$@
"
hack/.shellcheck_failures
View file @
ad5bccc5
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
./cluster/pre-existing/util.sh
./cluster/pre-existing/util.sh
./cluster/restore-from-backup.sh
./cluster/restore-from-backup.sh
./cluster/test-e2e.sh
./cluster/test-e2e.sh
./cluster/test-network.sh
./cluster/test-smoke.sh
./cluster/validate-cluster.sh
./cluster/validate-cluster.sh
./hack/cherry_pick_pull.sh
./hack/cherry_pick_pull.sh
./hack/ginkgo-e2e.sh
./hack/ginkgo-e2e.sh
...
...
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