SHA256
1
0
forked from pool/glibc

- When testsuite run fails make all test output available

OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=283
This commit is contained in:
Andreas Schwab 2013-05-16 10:43:57 +00:00 committed by Git OBS Bridge
parent 4eab886af5
commit c8edbb3945
6 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 16 10:04:01 UTC 2013 - schwab@suse.de
- When testsuite run fails make all test output available
-------------------------------------------------------------------
Tue May 7 10:00:00 UTC 2013 - schwab@suse.de

View File

@ -710,7 +710,8 @@ popd
export SUSE_ASNEEDED=0
# Increase timeout
export TIMEOUTFACTOR=16
make -C cc-base -k check
make -C cc-base -k check ||
find cc-base -name "*.out" | tar -czf - -T - | base64
%else
# This has to pass on all platforms!
# Exceptions:

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 16 10:04:01 UTC 2013 - schwab@suse.de
- When testsuite run fails make all test output available
-------------------------------------------------------------------
Tue May 7 10:00:00 UTC 2013 - schwab@suse.de

View File

@ -710,7 +710,8 @@ popd
export SUSE_ASNEEDED=0
# Increase timeout
export TIMEOUTFACTOR=16
make -C cc-base -k check
make -C cc-base -k check ||
find cc-base -name "*.out" | tar -czf - -T - | base64
%else
# This has to pass on all platforms!
# Exceptions:

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 16 10:04:01 UTC 2013 - schwab@suse.de
- When testsuite run fails make all test output available
-------------------------------------------------------------------
Tue May 7 10:00:00 UTC 2013 - schwab@suse.de

View File

@ -710,7 +710,8 @@ popd
export SUSE_ASNEEDED=0
# Increase timeout
export TIMEOUTFACTOR=16
make -C cc-base -k check
make -C cc-base -k check ||
find cc-base -name "*.out" | tar -czf - -T - | base64
%else
# This has to pass on all platforms!
# Exceptions: