File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
test/e2e/test_suites/kpm/exec_inside_pkg Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ adding dependency 'kcl1'
2
2
the lastest version '0.0.1' will be added
3
3
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
4
4
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
5
- add dependency 'kcl1' successfully
5
+ adding dependencies results in a cycle
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ the lastest version '0.0.1' will be added
3
3
downloading 'test/kcl2:0.0.1' from 'localhost:5001/test/kcl2:0.0.1'
4
4
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
5
5
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
6
- add dependency 'kcl2' successfully
6
+ adding dependencies results in a cycle
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ the lastest version '0.0.1' will be added
3
3
downloading 'test/kcl2:0.0.1' from 'localhost:5001/test/kcl2:0.0.1'
4
4
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
5
5
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
6
- add dependency 'kcl2' successfully
6
+ adding dependencies results in a cycle
Original file line number Diff line number Diff line change 1
1
<un_ordered>adding dependency 'a_kcl_pkg_dep_pkg_name'
2
2
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
3
3
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
4
- add dependency 'a_kcl_pkg_dep_pkg_name:0.0.1' successfully
4
+ adding dependencies results in a cycle
Original file line number Diff line number Diff line change 2
2
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
3
3
downloading 'test/kcl2:0.0.1' from 'localhost:5001/test/kcl2:0.0.1'
4
4
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
5
- add dependency 'a_kcl_pkg_dep_pkg_name:0.0.1' successfully
5
+ adding dependencies results in a cycle
Original file line number Diff line number Diff line change 2
2
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
3
3
downloading 'test/kcl2:0.0.1' from 'localhost:5001/test/kcl2:0.0.1'
4
4
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
5
- add dependency 'a_kcl_pkg_dep_pkg_name:0.0.1' successfully
5
+ adding dependencies results in a cycle
Original file line number Diff line number Diff line change 2
2
downloading 'test/k8s:1.27' from 'localhost:5001/test/k8s:1.27'
3
3
downloading 'test/kcl2:0.0.1' from 'localhost:5001/test/kcl2:0.0.1'
4
4
downloading 'test/kcl1:0.0.1' from 'localhost:5001/test/kcl1:0.0.1'
5
- add dependency 'a_kcl_pkg_dep_pkg_name:0.0.1' successfully
5
+ adding dependencies results in a cycle
You can’t perform that action at this time.
0 commit comments