File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,9 @@ before_install:
1818 - sudo apt-get update -qq
1919 - sudo apt-get install -y -qq autoconf automake
2020
21+ env :
22+ - TEST_SUITE=integration-test
23+ - TEST_SUITE=cri-test
24+
2125script :
22- - sudo make -e test
26+ - sudo make -e ${TEST_SUITE}
Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ uninstall:
9797# Ref https://unix.stackexchange.com/questions/83191/how-to-make-sudo-preserve-path
9898.PHONY : integration-test
9999integration-test :
100- @bash -c " env PATH=$( PATH) hack/make.sh pre build integration-test"
100+ @bash -c " env PATH=$( PATH) hack/make.sh build integration-test"
101101
102102.PHONY : cri-test
103103cri-test :
104- @bash -c " env PATH=$( PATH) hack/make.sh pre build cri-test"
104+ @bash -c " env PATH=$( PATH) hack/make.sh build cri-test"
105105
106106.PHONY : test
107107test :
You can’t perform that action at this time.
0 commit comments