Update to last successful build

6c1735e8df410d26bf62394df0fd80ca56af4f0a spec: call ctest with --output-on-failure

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2103
This commit is contained in:
ZYpp Developers
2019-06-28 11:59:23 +00:00
committed by Git OBS Bridge
parent 6ddb77672c
commit 6cb84c3923
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03f2e018d8fb381b10ee72537cc942fde04fd4cb387ed1cc026664b211f8788b
size 4722905
oid sha256:65b86e900f4de229700322e4ee72d9e64670c9ecbe6b687eb7de9366f8a32e04
size 4723155

View File

@@ -270,7 +270,7 @@ cd ..
%check
pushd build/tests
LD_LIBRARY_PATH="%{buildroot}/%{_libdir}:$LD_LIBRARY_PATH" ctest .
LD_LIBRARY_PATH="%{buildroot}/%{_libdir}:$LD_LIBRARY_PATH" ctest --output-on-failure .
popd
%post