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
8772e263
Commit
8772e263
authored
Feb 01, 2019
by
Thomas Runyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed variable check for new WHAT command
parent
31aac97a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
legacy-script.sh
test/cmd/legacy-script.sh
+1
-2
No files found.
test/cmd/legacy-script.sh
View file @
8772e263
...
@@ -384,13 +384,12 @@ runTests() {
...
@@ -384,13 +384,12 @@ runTests() {
kubectl get
"
${
kube_flags
[@]
}
"
-f
hack/testdata/kubernetes-service.yaml
kubectl get
"
${
kube_flags
[@]
}
"
-f
hack/testdata/kubernetes-service.yaml
fi
fi
if
[
!
-z
"
$WHAT
"
]
;
then
#ccheck not empty
if
[[
-n
"
${
WHAT
-
}
"
]]
;
then
for
pkg
in
${
WHAT
}
for
pkg
in
${
WHAT
}
do
do
record_command run_
${
pkg
}
_tests
record_command run_
${
pkg
}
_tests
done
done
else
else
#########################
#########################
# Kubectl version #
# Kubectl version #
#########################
#########################
...
...
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