From 9838b5ab5513410a81c06b37f5105aed12f16648aa5ac49d5fa2bf287a20c3a7 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 12a72ea..ffd602c 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!"