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
9a7b842d
Commit
9a7b842d
authored
Apr 16, 2015
by
Kenjiro Nakayama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace obsolete tests option
parent
67814413
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
upgrade-e2e-test.sh
hack/upgrade-e2e-test.sh
+2
-2
No files found.
hack/upgrade-e2e-test.sh
View file @
9a7b842d
...
...
@@ -17,10 +17,10 @@
# Provide reasonable default for running the end-to-end tests against a recent
# stable release and then again after upgrading it to a version built from head.
go run
"
$(
dirname
$0
)
/e2e.go"
-v
-build
-up
-version
=
"v0.
6.0"
-tests
=
"*"
-check_version_skew
=
false
go run
"
$(
dirname
$0
)
/e2e.go"
-v
-build
-up
-version
=
"v0.
14.0"
-test
-check_version_skew
=
false
if
[
$?
-eq
0
]
;
then
echo
"Tests on initial version succeeded. Proceeding with push and second set of tests."
go run
"
$(
dirname
$0
)
/e2e.go"
-v
-push
-version
=
""
-test
s
=
"*"
-check_version_skew
=
false
go run
"
$(
dirname
$0
)
/e2e.go"
-v
-push
-version
=
""
-test
-check_version_skew
=
false
else
echo
"Tests on initial version failed. Skipping tests on second version."
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