summaryrefslogtreecommitdiffstats
path: root/pts/test-suites/opengl-workstation.xml
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-19 14:58:04 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-19 14:58:04 -0400
commit135ae587210edb25320943e4b38d6a2d640e9ee6 (patch)
tree7e01c9b56ec56c7a852fa5859ae1b47013859f7b /pts/test-suites/opengl-workstation.xml
parent114ad0f8667c536bd7b8efd76d369e4b3c13d2c4 (diff)
downloadphoronix-test-suite-upstream-135ae587210edb25320943e4b38d6a2d640e9ee6.tar.gz
phoronix-test-suite-upstream-135ae587210edb25320943e4b38d6a2d640e9ee6.tar.xz
phoronix-test-suite-upstream-135ae587210edb25320943e4b38d6a2d640e9ee6.zip
pts: Switch over rest of graphics suites to using $VIDEO_WIDTH and
$VIDEO_HEIGHT Note: Except for ut2004-demo due to limitations with that test
Diffstat (limited to 'pts/test-suites/opengl-workstation.xml')
-rw-r--r--pts/test-suites/opengl-workstation.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pts/test-suites/opengl-workstation.xml b/pts/test-suites/opengl-workstation.xml
index a2672dd..e64c968 100644
--- a/pts/test-suites/opengl-workstation.xml
+++ b/pts/test-suites/opengl-workstation.xml
@@ -1,6 +1,6 @@
<PhoronixTestSuite>
<SuiteInformation>
- <Version>1.0.0</Version>
+ <Version>1.0.1</Version>
<TestType>System</TestType>
<Title>OpenGL Workstation Test Suite</Title>
<Maintainer>Michael Larabel</Maintainer>
@@ -28,7 +28,7 @@
</RunTest>
<RunTest>
<Test>xplane9</Test>
- <Arguments>--fps_test=2 --pref:_x_res_req_ALL=1024 --pref:_y_res_req_ALL=768 --no_sound</Arguments>
- <Description>1024 x 768 - High Quality</Description>
+ <Arguments>--fps_test=2 --pref:_x_res_req_ALL=$VIDEO_WIDTH --pref:_y_res_req_ALL=$VIDEO_HEIGHT --no_sound</Arguments>
+ <Description>$VIDEO_WIDTH x $VIDEO_HEIGHT - High Quality</Description>
</RunTest>
</PhoronixTestSuite>