From: Anas Nashif Date: Sun, 9 Dec 2012 00:10:58 +0000 (-0800) Subject: do not run tests X-Git-Tag: accepted/tizen/common/20140822.152031~6 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fltrace.git;a=commitdiff_plain;h=be919a1172c56e633ade4b611b45f39a791703fb do not run tests --- diff --git a/packaging/ltrace.spec b/packaging/ltrace.spec index 3a29224..88a7f75 100644 --- a/packaging/ltrace.spec +++ b/packaging/ltrace.spec @@ -40,26 +40,6 @@ export CFLAGS="%{optflags} -W -Wall" --build=%{_target_cpu}-tizen-linux %endif make -%if 1 -if make check -then - echo 'no make check errors' > testresults.txt -else - for file in `find testsuite -name "*.ltrace"` - do - echo - echo $file - echo - cat $file - echo - done >> testresults.txt -fi -mv testresults.txt %{_target_cpu}-testresults.txt -ln testsuite/testrun.sum testsuite/%{_target_cpu}-testrun.sum -%else -echo no make check > %{_target_cpu}-testresults.txt -echo no make check > testsuite/%{_target_cpu}-testrun.sum -%endif %install make install DESTDIR=%{buildroot} @@ -67,7 +47,7 @@ rm -rf %{buildroot}/usr/share/doc/ltrace %files %defattr(-,root,root) -%doc COPYING README ChangeLog %{_target_cpu}-testresults.txt testsuite/%{_target_cpu}-testrun.sum +%doc COPYING README %{_bindir}/ltrace %{_mandir}/man1/ltrace.1.gz %config /etc/ltrace.conf