- Strip date and runtimes from gdb-testsuite contents.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=117
This commit is contained in:
Richard Biener 2015-02-27 11:10:44 +00:00 committed by Git OBS Bridge
parent 9f873dea93
commit c0389d0028
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 27 11:10:19 UTC 2015 - rguenther@suse.com
- Strip date and runtimes from gdb-testsuite contents.
-------------------------------------------------------------------
Wed Feb 25 13:08:27 UTC 2015 - rguenther@suse.com

View File

@ -735,6 +735,8 @@ done
# `tar | bzip2 | uuencode' may have some piping problems in Brew.
#tar cjf gdb-%{_target_platform}.tar.bz2 gdb-%{_target_platform}*.{sum,log}
#uuencode gdb-%{_target_platform}.tar.bz2 gdb-%{_target_platform}.tar.bz2
# Strip dates and completion times from the log to make build-compare happy
sed -i -e '/Test Run By abuild on/d' -e 's/completed in [0-9]* seconds//' *.{sum,log}
cd ../..
echo ====================TESTING END=====================
%endif