1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Dmitry Bogatov <KAction@gnu.org>
Date: Sun, 13 May 2018 10:38:20 +0300
Forwarded: <not-needed>
Subject: [PATCH] Disable chkshgrp test, that fails in whalebuilder
---
runit-2.1.2/src/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/runit-2.1.2/src/Makefile b/runit-2.1.2/src/Makefile
index 507a419..a5f3558 100644
--- a/runit-2.1.2/src/Makefile
+++ b/runit-2.1.2/src/Makefile
@@ -234,7 +234,6 @@ hassgprm.h: choose compile hassgprm.h1 hassgprm.h2 load trysgprm.c
hasshsgr.h: chkshsgr choose compile hasshsgr.h1 hasshsgr.h2 load \
tryshsgr.c warn-shsgr
- ./chkshsgr || ( cat warn-shsgr; exit 1 )
./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h
haswaitp.h: choose compile haswaitp.h1 haswaitp.h2 load trywaitp.c
|