Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 630034 Details for
Bug 868316
pcp-testsuite - test-case 062 - incorrectly determined endian on ppc64
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed fix
062.patch (text/plain), 644 bytes, created by
Tomas Dohnalek
on 2012-10-19 13:39:34 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Tomas Dohnalek
Created:
2012-10-19 13:39:34 UTC
Size:
644 bytes
patch
obsolete
>diff --git a/qa/062 b/qa/062 >index b088092..ce06e72 100755 >--- a/qa/062 >+++ b/qa/062 >@@ -15,14 +15,11 @@ echo "QA output created by $seq" > . ./common.check > > rm -f $seq.out >-endian=`perl -MConfig -e 'print substr $Config{byteorder}, 0, 4'` >-if [ "$endian" = "4321" ] >+endian=`perl -MConfig -e 'print $Config{byteorder}'` >+echo $endian | grep -q "4321" && ln $seq.out.4321 $seq.out >+echo $endian | grep -q "1234" && ln $seq.out.1234 $seq.out >+if [ ! -f $seq.out ] > then >- ln $seq.out.4321 $seq.out >-elif [ "$endian" = "1234" ] >-then >- ln $seq.out.1234 $seq.out >-else > echo "Arrgh ... cannot determine host endianness" > exit 1 > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 868316
:
630034
|
630266