From 8a05114d5d816616e1cd58c9dacb53b61c5af79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 17 Jun 2015 15:02:56 +0000 Subject: [PATCH] go OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=257 --- build.changes | 5 +++++ build.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.changes b/build.changes index 4050c12..cc29099 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 17 15:01:43 UTC 2015 - adrian@suse.de + +- fixing test suite call + ------------------------------------------------------------------- Mon Jun 15 11:41:12 UTC 2015 - adrian@suse.de diff --git a/build.spec b/build.spec index cc0509a..0cc0a88 100644 --- a/build.spec +++ b/build.spec @@ -151,7 +151,7 @@ if [ `whoami` != "root" ]; then echo "WARNING: Not building as root, tests did not run!" exit 0 fi -if [ -e $RPM_BUILD_ROOT/usr/lib/build/configs/default.conf ]; then +if [ ! -e $RPM_BUILD_ROOT/usr/lib/build/configs/default.conf ]; then %if 0%{?suse_version} echo "ERROR: No default build conf, tests did not run!" exit 1