No DESTDIR for rake test

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-services-manager?expand=0&rev=8
This commit is contained in:
Lukas Ocilka 2013-07-24 12:28:31 +00:00 committed by Git OBS Bridge
parent 6134d11b1b
commit bbe1ce5d8f

View File

@ -49,7 +49,7 @@ Provides user interface and libraries to configure running services and the defa
# Temporary fix: Disabling tests that do not work in openSUSE higher than 12.3
echo 0%{?suse_version}
%if 0%{?suse_version} > 0 && 0%{?suse_version} <= 1230
rake test DESTDIR="$RPM_BUILD_ROOT"
rake test
%endif
%install