Announcement

Collapse
No announcement yet.

Patch for super-pi test

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Patch for super-pi test

    Further to the report here: http://www.phoronix.com/forums/showp...07&postcount=2

    This patch fixes the super-pi test so that it runs correctly.

    Code:
    diff --git a/pts/test-profiles/super-pi.xml b/pts/test-profiles/super-pi.xml
    index c5064eb..39a090f 100644
    --- a/pts/test-profiles/super-pi.xml
    +++ b/pts/test-profiles/super-pi.xml
    @@ -16,9 +16,9 @@
                    <Proportion>LIB</Proportion>
                    <Description>Time how long it takes to calculate pi to 1 million digits.</Description>
            </TestInformation>
    -        <Settings>
    -                <Default>
    -                        <Arguments>20</Arguments>
    -                </Default>
    -        </Settings>
    +       <TestSettings>
    +               <Default>
    +                               <Arguments>20</Arguments>
    +               </Default>
    +       </TestSettings>
     </PhoronixTestSuite>

  • #2
    Fixed in git.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment

    Working...
    X