Skip to content

Commit a68d91a

Browse files
unclejackchrisplo
authored andcommitted
Makefile: print the list of system tests to be run (#1010)
Signed-off-by: Cristian Staretu <[email protected]>
1 parent 5732e53 commit a68d91a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ ubuntu-tests:
217217
CONTIV_NODE_OS=ubuntu make clean build unit-test system-test stop
218218

219219
system-test:start
220+
@echo "system-test: running the following system tests:" $(SYSTEM_TESTS_TO_RUN)
220221
cd $(GOPATH)/src/github.com/contiv/netplugin/scripts/python && PYTHONIOENCODING=utf-8 ./createcfg.py
221222
go test -v -timeout 480m ./test/systemtests -check.v -check.abort -check.f $(SYSTEM_TESTS_TO_RUN)
222223

0 commit comments

Comments
 (0)