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
f6029fb9
Commit
f6029fb9
authored
Oct 31, 2016
by
Random-Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Handle interrupt properly, wrap focus and skip with quote.
parent
d9ddd64c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
test-e2e-node.sh
hack/make-rules/test-e2e-node.sh
+4
-4
No files found.
hack/make-rules/test-e2e-node.sh
View file @
f6029fb9
...
@@ -38,11 +38,11 @@ if [[ $parallelism > 1 ]]; then
...
@@ -38,11 +38,11 @@ if [[ $parallelism > 1 ]]; then
fi
fi
if
[[
$focus
!=
""
]]
;
then
if
[[
$focus
!=
""
]]
;
then
ginkgoflags
=
"
$ginkgoflags
-focus=
$focus
"
ginkgoflags
=
"
$ginkgoflags
-focus=
'
$focus
'
"
fi
fi
if
[[
$skip
!=
""
]]
;
then
if
[[
$skip
!=
""
]]
;
then
ginkgoflags
=
"
$ginkgoflags
-skip=
$skip
"
ginkgoflags
=
"
$ginkgoflags
-skip=
'
$skip
'
"
fi
fi
if
[[
$run_until_failure
!=
""
]]
;
then
if
[[
$run_until_failure
!=
""
]]
;
then
...
@@ -130,7 +130,7 @@ if [ $remote = true ] ; then
...
@@ -130,7 +130,7 @@ if [ $remote = true ] ; then
--results-dir
=
"
$artifacts
"
--ginkgo-flags
=
"
$ginkgoflags
"
\
--results-dir
=
"
$artifacts
"
--ginkgo-flags
=
"
$ginkgoflags
"
\
--image-project
=
"
$image_project
"
--instance-name-prefix
=
"
$instance_prefix
"
--setup-node
=
"true"
\
--image-project
=
"
$image_project
"
--instance-name-prefix
=
"
$instance_prefix
"
--setup-node
=
"true"
\
--delete-instances
=
"
$delete_instances
"
--test_args
=
"
$test_args
"
--instance-metadata
=
"
$metadata
"
\
--delete-instances
=
"
$delete_instances
"
--test_args
=
"
$test_args
"
--instance-metadata
=
"
$metadata
"
\
2>&1 |
tee
"
${
artifacts
}
/build-log.txt"
2>&1 |
tee
-i
"
${
artifacts
}
/build-log.txt"
exit
$?
exit
$?
else
else
...
@@ -149,6 +149,6 @@ else
...
@@ -149,6 +149,6 @@ else
# Provided for backwards compatibility
# Provided for backwards compatibility
go run
test
/e2e_node/runner/local/run_local.go
--ginkgo-flags
=
"
$ginkgoflags
"
\
go run
test
/e2e_node/runner/local/run_local.go
--ginkgo-flags
=
"
$ginkgoflags
"
\
--test-flags
=
"--alsologtostderr --v 4 --report-dir=
${
artifacts
}
--node-name
$(
hostname
)
\
--test-flags
=
"--alsologtostderr --v 4 --report-dir=
${
artifacts
}
--node-name
$(
hostname
)
\
$test_args
"
--build-dependencies
=
true
2>&1 |
tee
"
${
artifacts
}
/build-log.txt"
$test_args
"
--build-dependencies
=
true
2>&1 |
tee
-i
"
${
artifacts
}
/build-log.txt"
exit
$?
exit
$?
fi
fi
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