Rev openSUSE:Tools/409 Md5 530b404cecdb29f77e6adaf57386283c 2020-02-03 10:03:48 adrianSuSE None
This commit is contained in:
OBS User adrianSuSE 2020-02-03 10:03:48 +00:00 committed by Git OBS Bridge
parent 0e9da2c0cf
commit f0329e0fbe

View File

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