Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: -current build failure



On Wed, Sep 30, 2020 at 08:24:10AM +0100, Chavdar Ivanov wrote:
> --- install-tests ---
> x86_64--netbsd-install:
> /home/sysbuild/amd64/destdir/usr/tests/net/if_vether/Atffile.inst.dY8rCE:
> mkstemp: No such file or directory

Fixed a short while ago.
 Thomas
--- Begin Message ---
Module Name:	src
Committed By:	mrg
Date:		Wed Sep 30 07:55:31 UTC 2020

Modified Files:
	src/etc/mtree: NetBSD.dist.tests

Log Message:
add missing new if_vether subdir.


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/etc/mtree/NetBSD.dist.tests

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/mtree/NetBSD.dist.tests
diff -u src/etc/mtree/NetBSD.dist.tests:1.176 src/etc/mtree/NetBSD.dist.tests:1.177
--- src/etc/mtree/NetBSD.dist.tests:1.176	Wed Aug 26 16:03:41 2020
+++ src/etc/mtree/NetBSD.dist.tests	Wed Sep 30 07:55:31 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: NetBSD.dist.tests,v 1.176 2020/08/26 16:03:41 riastradh Exp $
+#	$NetBSD: NetBSD.dist.tests,v 1.177 2020/09/30 07:55:31 mrg Exp $
 
 ./usr/libdata/debug/usr/tests
 ./usr/libdata/debug/usr/tests/atf
@@ -357,6 +357,7 @@
 ./usr/tests/net/if_pppoe
 ./usr/tests/net/if_tap
 ./usr/tests/net/if_tun
+./usr/tests/net/if_vether
 ./usr/tests/net/if_vlan
 ./usr/tests/net/if_wg
 ./usr/tests/net/in_cksum


--- End Message ---


Home | Main Index | Thread Index | Old Index