X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=dbb269734405ffe0c9b8eafc50085a83ec261826;hb=f051072f8518097cbce1a8a20510c4e43cb7167c;hp=155325a9f1767482c9f2540f30d129756441a66e;hpb=7e2c31aba2aa9c2ffbcce235a8cc3c673aba2d2e;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 155325a9f17..dbb26973440 100644 --- a/test/Makefile +++ b/test/Makefile @@ -214,7 +214,7 @@ help: @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 " TIMEOUT= - fail test suite if any single test takes longer than (in seconds) to finish" @echo " RETRIES= - retry failed tests times" @echo " DEBUG= - set VPP debugging kind" @echo " DEBUG=core - detect coredump and load it in gdb on crash"