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
bd77aa9a
Commit
bd77aa9a
authored
Feb 17, 2017
by
Maru Newby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hack/test-integration.sh: provide a recommended command and exit
parent
98f5c362
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
test-integration.sh
hack/test-integration.sh
+6
-11
No files found.
hack/test-integration.sh
View file @
bd77aa9a
...
...
@@ -22,17 +22,12 @@ set -o pipefail
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
# For help output
ARGHELP
=
""
if
[[
"$#"
-gt
0
]]
;
then
ARGHELP
=
"WHAT='
$@
'"
fi
echo
"NOTE:
$0
has been replaced by 'make test-integration'"
echo
"
$0
has been replaced by 'make test-integration'"
echo
echo
"The
equivalent of this invocation i
s: "
echo
" make test-integration
${
ARGHELP
}
"
echo
"The
following invocation will run all integration test
s: "
echo
' make test-integration'
echo
echo
"The following invocation will run a specific test with the verbose flag set: "
echo
' make test-integration WHAT=./test/integration/pods KUBE_GOFLAGS="-v" KUBE_TEST_ARGS="-run ^TestPodUpdateActiveDeadlineSeconds$"'
echo
make
--no-print-directory
-C
"
${
KUBE_ROOT
}
"
test-integration
WHAT
=
"
$*
"
exit
1
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