svn commit: r357113 - head/tests/sys/net/routing
Kristof Provost
kp at FreeBSD.org
Sat Jan 25 10:51:52 UTC 2020
Author: kp
Date: Sat Jan 25 10:51:51 2020
New Revision: 357113
URL: https://svnweb.freebsd.org/changeset/base/357113
Log:
tests: Routing tests overwrote net tests
The routing subdirectory installed into the same directory as the test tests,
which caused them to overwrite the net Kyuafile. As a result these tests were
not executed.
X-MFC-With: r356146
Modified:
head/tests/sys/net/routing/Makefile
Modified: head/tests/sys/net/routing/Makefile
==============================================================================
--- head/tests/sys/net/routing/Makefile Sat Jan 25 09:22:28 2020 (r357112)
+++ head/tests/sys/net/routing/Makefile Sat Jan 25 10:51:51 2020 (r357113)
@@ -2,7 +2,7 @@
PACKAGE= tests
-TESTSDIR= ${TESTSBASE}/sys/net
+TESTSDIR= ${TESTSBASE}/sys/net/routing
ATF_TESTS_C += test_rtsock_l3
ATF_TESTS_C += test_rtsock_lladdr
More information about the svn-src-all
mailing list