Files
haikuports/dev-build/bmake/patches/bmake-20230723.patchset
Jerome Duval fb2704b35e bmake: move to dev-build
gentoo moved from sys-devel
2024-02-09 16:08:11 +01:00

23 lines
598 B
Plaintext

From 55e9a59c67356fe056b2bbbacb74daba2bf23c4c Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Fri, 1 Sep 2023 19:37:32 +0200
Subject: Disable failing test
diff --git a/unit-tests/Makefile b/unit-tests/Makefile
index 8a867cb..06103c2 100644
--- a/unit-tests/Makefile
+++ b/unit-tests/Makefile
@@ -270,7 +270,7 @@ TESTS+= opt-jobs
TESTS+= opt-jobs-internal
TESTS+= opt-jobs-no-action
TESTS+= opt-keep-going
-TESTS+= opt-keep-going-indirect
+#TESTS+= opt-keep-going-indirect
TESTS+= opt-keep-going-multiple
TESTS+= opt-m-include-dir
TESTS+= opt-no-action
--
2.37.3