-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
- Loading branch information
1 parent
fe8a344
commit 6071084
Showing
9 changed files
with
8 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
test/e2e/test_suites/kpm/exec_inside_pkg/add_with_name_1/test_suite.stdout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
adding dependency 'kcl1' | ||
the lastest version '0.0.1' will be added | ||
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1' | ||
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27' | ||
adding dependencies results in a cycle | ||
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
test/e2e/test_suites/kpm/exec_inside_pkg/add_with_path_2/test_suite.stdout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<un_ordered>adding dependency 'a_kcl_pkg_dep_pkg_name' | ||
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27' | ||
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1' | ||
adding dependencies results in a cycle | ||
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1' |
3 changes: 1 addition & 2 deletions
3
test/e2e/test_suites/kpm/exec_inside_pkg/add_with_path_3/test_suite.stdout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
<un_ordered>adding dependency 'a_kcl_pkg_dep_pkg_name' | ||
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27' | ||
downloading 'test/kcl2:0.0.1' from 'localhost:5001/test/kcl2:0.0.1' | ||
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1' | ||
adding dependencies results in a cycle | ||
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
test/e2e/test_suites/kpm/exec_inside_pkg/add_with_path_5/test_suite.stdout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
<un_ordered>adding dependency 'a_kcl_pkg_dep_pkg_name' | ||
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27' | ||
downloading 'test/kcl2:0.0.1' from 'localhost:5001/test/kcl2:0.0.1' | ||
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1' | ||
adding dependencies results in a cycle | ||
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1' |