25.01.2020, 10:51, "Kristof Provost" <k...@freebsd.org>:
> 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.
Missed that one, thank you!
>
>   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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to