svn commit: r556574 - head/devel/bmake/files

Mikolaj Golub trociny at FreeBSD.org
Sun Nov 29 15:38:43 UTC 2020


Author: trociny
Date: Sun Nov 29 15:38:42 2020
New Revision: 556574
URL: https://svnweb.freebsd.org/changeset/ports/556574

Log:
  disable objdir-writable test
  
  It fails when running from root.

Added:
  head/devel/bmake/files/patch-unit-tests_Makefile   (contents, props changed)

Added: head/devel/bmake/files/patch-unit-tests_Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/bmake/files/patch-unit-tests_Makefile	Sun Nov 29 15:38:42 2020	(r556574)
@@ -0,0 +1,11 @@
+--- unit-tests/Makefile.orig	2020-11-29 15:19:12 UTC
++++ unit-tests/Makefile
+@@ -187,7 +187,7 @@ TESTS+=		modmatch
+ TESTS+=		modmisc
+ TESTS+=		modts
+ TESTS+=		modword
+-TESTS+=		objdir-writable
++#TESTS+=		objdir-writable
+ TESTS+=		opt
+ TESTS+=		opt-backwards
+ TESTS+=		opt-chdir


More information about the svn-ports-all mailing list