]> git.proxmox.com Git - ovs.git/commitdiff
check-kernel: Remove '-d' from TESTSUITEFLAGS.
authorDaniele Di Proietto <diproiettod@vmware.com>
Thu, 4 Aug 2016 17:34:15 +0000 (10:34 -0700)
committerDaniele Di Proietto <diproiettod@vmware.com>
Fri, 5 Aug 2016 21:00:51 +0000 (14:00 -0700)
The '-d' flag tells autotest to always keep the testcase output, but
prevents '--recheck' from working.  If a user wants to always keep the
output from the tests, the '-d' flag can be passed explicitly.  This is
more in line with other test make target ('check',
'check-system-userspace').

CC: Andy Zhou <azhou@ovn.org>
Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Andy Zhou <azhou@ovn.org>
tests/automake.mk

index a9ebf9127bc5b9d9042b9e511a535b7040f65a81..5d12ae5c7fd74a647d9a91a1daf51c7fcf9a4150 100644 (file)
@@ -243,7 +243,7 @@ EXTRA_DIST += tests/run-ryu
 \f
 # Run kmod tests. Assume kernel modules has been installed or linked into the kernel
 check-kernel: all tests/atconfig tests/atlocal $(SYSTEM_KMOD_TESTSUITE)
-       $(SHELL) '$(SYSTEM_KMOD_TESTSUITE)' -C tests  AUTOTEST_PATH='$(AUTOTEST_PATH)' -d $(TESTSUITEFLAGS) -j1
+       $(SHELL) '$(SYSTEM_KMOD_TESTSUITE)' -C tests  AUTOTEST_PATH='$(AUTOTEST_PATH)' $(TESTSUITEFLAGS) -j1
 
 # Testing the out of tree Kernel module
 check-kmod: all tests/atconfig tests/atlocal $(SYSTEM_KMOD_TESTSUITE)