From owner-svn-src-head@freebsd.org Sun Jan 26 09:13:36 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 867E7236634; Sun, 26 Jan 2020 09:13:36 +0000 (UTC) (envelope-from melifaro@ipfw.ru) Received: from forward501o.mail.yandex.net (forward501o.mail.yandex.net [37.140.190.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4856cc2kQWz3H0l; Sun, 26 Jan 2020 09:13:35 +0000 (UTC) (envelope-from melifaro@ipfw.ru) Received: from mxback6q.mail.yandex.net (mxback6q.mail.yandex.net [IPv6:2a02:6b8:c0e:42:0:640:9de5:975f]) by forward501o.mail.yandex.net (Yandex) with ESMTP id DDD131E80474; Sun, 26 Jan 2020 12:13:32 +0300 (MSK) Received: from localhost (localhost [::1]) by mxback6q.mail.yandex.net (mxback/Yandex) with ESMTP id CWx9KCLpih-DWaiFvt9; Sun, 26 Jan 2020 12:13:32 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfw.ru; s=mail; t=1580030012; bh=ay8cRI4qkyEeLuCD70saiNTJe3U1zOJkhiTzu8dyCwE=; h=Message-Id:Subject:In-Reply-To:Date:References:To:From; b=THOMbdyWxB2RzBnziKFmmYES+GsX6axRxP+JGQG2pBY+TjQuoaIrlO8KF5h9dgrhf kMK7QtSXvCSFS0FrH5GyysD+NLzuduIr6ubXcZfKi88qD6qtqkvcX4zOf5D8/OcJLM jJ2phdirO4XeLwT9jSKCGEG4zscem1iW7KpylwZw= Received: by vla5-5336eea6ea62.qloud-c.yandex.net with HTTP; Sun, 26 Jan 2020 12:13:32 +0300 From: Alexander V. Chernikov Envelope-From: melifaro@ipfw.ru To: Kristof Provost , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" In-Reply-To: <202001251051.00PApqbc095652@repo.freebsd.org> References: <202001251051.00PApqbc095652@repo.freebsd.org> Subject: Re: svn commit: r357113 - head/tests/sys/net/routing MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sun, 26 Jan 2020 09:13:32 +0000 Message-Id: <2186251580030012@vla5-5336eea6ea62.qloud-c.yandex.net> Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 X-Rspamd-Queue-Id: 4856cc2kQWz3H0l X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2020 09:13:36 -0000 25.01.2020, 10:51, "Kristof Provost" : > 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