X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2FMakefile;h=b429ac9e6e202bdac9c79da0dfcb0e4b6f487297;hb=72454dd4c5196594b366883bbf732c9e067c64ec;hp=00d70400076bc09969eac01194789819aa223fc5;hpb=41a9e51f65aae3639771d9af53e810b43a5aee19;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 00d70400076..b429ac9e6e2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -19,6 +19,8 @@ ifeq ($(DEBUG),gdb) FORCE_FOREGROUND=1 else ifeq ($(DEBUG),gdbserver) FORCE_FOREGROUND=1 +else ifeq ($(DEBUG),core) +FORCE_FOREGROUND=1 else FORCE_FOREGROUND=0 endif @@ -208,6 +210,7 @@ help: @echo "" @echo "Arguments controlling test runs:" @echo " V=[0|1|2] - set test verbosity level" + @echo " CACHE_OUTPUT=[0|1] - cache VPP stdout/stderr and log as one block after test finishes (default: 1)" @echo " FAILFAST=[0|1] - fail fast if 1, complete all tests if 0" @echo " TIMEOUT= - fail test suite if any single test takes longer than to finish" @echo " RETRIES= - retry failed tests times"