uncle_fungus
05-10-2008, 11:50 AM
Further to the report here: http://www.phoronix.com/forums/showpost.php?p=31707&postcount=2
This patch fixes the super-pi test so that it runs correctly.
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>
This patch fixes the super-pi test so that it runs correctly.
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>