do not run tests
authorAnas Nashif <anas.nashif@intel.com>
Sun, 9 Dec 2012 00:10:58 +0000 (16:10 -0800)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:27 +0000 (20:38 +0900)
packaging/ltrace.spec

index 3a29224..88a7f75 100644 (file)
@@ -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