forked from pool/build
go
Rev openSUSE:Tools/257 Md5 b430b42c6fba78b0db493f84cc1ab842 2015-06-17 15:02:56 adrianSuSE None
This commit is contained in:
parent
f7f0a44ac5
commit
b074a8b46d
@ -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
|
Mon Jun 15 11:41:12 UTC 2015 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ if [ `whoami` != "root" ]; then
|
|||||||
echo "WARNING: Not building as root, tests did not run!"
|
echo "WARNING: Not building as root, tests did not run!"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
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}
|
%if 0%{?suse_version}
|
||||||
echo "ERROR: No default build conf, tests did not run!"
|
echo "ERROR: No default build conf, tests did not run!"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user