mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 08:10:07 +02:00
23 lines
598 B
Plaintext
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
|
|
|