From owner-svn-src-head@freebsd.org Tue Oct 31 00:03:53 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12F7BE2F966; Tue, 31 Oct 2017 00:03:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 79D2377B31; Tue, 31 Oct 2017 00:03:52 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9V03n7j047067; Tue, 31 Oct 2017 00:03:49 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9V03nAh047066; Tue, 31 Oct 2017 00:03:49 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201710310003.v9V03nAh047066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 31 Oct 2017 00:03:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325185 - head/targets/pseudo/the-lot X-SVN-Group: head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/targets/pseudo/the-lot X-SVN-Commit-Revision: 325185 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 31 Oct 2017 00:03:53 -0000 Author: bdrewery Date: Tue Oct 31 00:03:49 2017 New Revision: 325185 URL: https://svnweb.freebsd.org/changeset/base/325185 Log: Properly connect tests. Sponsored by: Dell EMC Isilon Modified: head/targets/pseudo/the-lot/Makefile.depend Modified: head/targets/pseudo/the-lot/Makefile.depend ============================================================================== --- head/targets/pseudo/the-lot/Makefile.depend Tue Oct 31 00:03:46 2017 (r325184) +++ head/targets/pseudo/the-lot/Makefile.depend Tue Oct 31 00:03:49 2017 (r325185) @@ -10,7 +10,7 @@ DIRDEPS = \ targets/pseudo/userland \ .if ${MK_TESTS} != "no" -DIRDEPS+= targes/pseudo/tests +DIRDEPS+= targets/pseudo/tests .endif .include