pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Revert "u-boot-tools: ensure successful error code when running tests"



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Sat Jun 22 19:26:39 2024 -0600
Changeset:	14057983f81e7199a73e483cd04ed77fb0fbb79e

Modified Files:
	u-boot-tools/Makefile

Log Message:
Revert "u-boot-tools: ensure successful error code when running tests"

This reverts commit 488760ede2cb9f0f7e822cbefbb8eaea236e898f.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=14057983f81e7199a73e483cd04ed77fb0fbb79e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 u-boot-tools/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/u-boot-tools/Makefile b/u-boot-tools/Makefile
index a11a31f569..6c663a3fab 100644
--- a/u-boot-tools/Makefile
+++ b/u-boot-tools/Makefile
@@ -27,8 +27,8 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/doc/mkimage.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/u-boot-mkimage.1
 
 do-test:
-	${WRKSRC}/tools/dumpimage -h || ${TRUE}
-	${WRKSRC}/tools/mkimage -h || ${TRUE}
+	${WRKSRC}/tools/dumpimage -h
+	${WRKSRC}/tools/mkimage -h
 
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"


Home | Main Index | Thread Index | Old Index