From 5e6a8d07d94a9b072dc6abbfa1bc5e3a64dd0054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 3 Feb 2020 10:03:48 +0000 Subject: [PATCH] abort OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=409 --- build.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.spec b/build.spec index 3520aa2..fdd25cd 100644 --- a/build.spec +++ b/build.spec @@ -205,7 +205,7 @@ test -e baselibs_global.conf || exit 1 for i in build build-* ; do bash -n $i || exit 1 ; done # expect unit tests -LANG=C prove -I. -v t/*.t +LANG=C prove -I. -v t/*.t || exit 1 if [ `whoami` != "root" ]; then echo "WARNING: Not building as root, build test did not run!"