Adrian Schröter 2015-06-17 15:02:56 +00:00 committed by Git OBS Bridge
parent 5d77188db8
commit 8a05114d5d
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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