From 38495bc34974946f445e9d4539b132a0b998550b Mon Sep 17 00:00:00 2001 From: vboxsync Date: Thu, 11 May 2023 19:30:30 +0000 Subject: Makefile.kmk: parfait returns with a status code of 1 when there were some new reports compared to the baseline, don't mark this as a build error, bugref:3409 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99757 cfe28804-0f27-0410-a406-dd0f0b0b656f --- Makefile.kmk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.kmk') diff --git a/Makefile.kmk b/Makefile.kmk index 790eb2194b4..2226557c4da 100644 --- a/Makefile.kmk +++ b/Makefile.kmk @@ -2326,7 +2326,8 @@ ifdef VBOX_WITH_PARFAIT -e all -d misaligned-access \ -z $(PATH_ROOT) \ -r $(VBOX_SVN_REV) \ - $(PATH_OUT)/obj + $(PATH_OUT)/obj \ + || test $$? -eq 1 || false else $(ECHO) This target requires VBOX_WITH_PARFAIT to be set. exit 1 -- cgit v1.2.1