Adrian Schröter 2020-02-03 10:03:48 +00:00 committed by Git OBS Bridge
parent e0a2f4fa49
commit 5e6a8d07d9

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