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:
parent
4eab886af5
commit
c8edbb3945
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user