summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGE-LOG1
-rw-r--r--pts/test-profiles/quake4.xml2
-rw-r--r--pts/test-resources/quake4/downloads.xml4
-rwxr-xr-xpts/test-resources/quake4/install.sh5
4 files changed, 11 insertions, 1 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index eaeb50d..0b71401 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -42,6 +42,7 @@ Phoronix Test Suite
- pts: Add single and double precision support to md-gromacs test profile
- pts: Update molecular-dynamics test suite with new md-gromacs options
- pts: PTS Global being renamed to Phoronix Global
+- pts: Have quake4 support for installing the key if it's stored locally in the download-cache
- pts_LineGraph: Fix regression that caused the line not to be plotted
- system_monitor: When reading +3.3V, poll V3_POWER not BATTERY_POWER (noted by Marox)
diff --git a/pts/test-profiles/quake4.xml b/pts/test-profiles/quake4.xml
index 2298436..edd4a32 100644
--- a/pts/test-profiles/quake4.xml
+++ b/pts/test-profiles/quake4.xml
@@ -1,6 +1,6 @@
<PhoronixTestSuite>
<TestProfile>
- <Version>1.0.1</Version>
+ <Version>1.0.2</Version>
<TestType>Graphics</TestType>
<SoftwareType>Game</SoftwareType>
<License>NON-FREE</License>
diff --git a/pts/test-resources/quake4/downloads.xml b/pts/test-resources/quake4/downloads.xml
index bdc40fb..2c8d4ee 100644
--- a/pts/test-resources/quake4/downloads.xml
+++ b/pts/test-resources/quake4/downloads.xml
@@ -12,6 +12,10 @@
<URL>quake4-game-files.tar</URL>
<FileName>quake4-game-files.tar</FileName>
</Package>
+ <Package>
+ <URL>quake4-key.tar</URL>
+ <FileName>quake4-key.tar</FileName>
+ </Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/test-resources/quake4/install.sh b/pts/test-resources/quake4/install.sh
index 87fcb4e..fb428b9 100755
--- a/pts/test-resources/quake4/install.sh
+++ b/pts/test-resources/quake4/install.sh
@@ -18,6 +18,11 @@ if [ -f quake4-game-files.tar ]
then
tar -k -C $1/q4base -xvf $1/quake4-game-files.tar
fi
+if [ -f quake4-key.tar ]
+ then
+ tar -xvf quake4-key.tar
+fi
+
echo "Quake 4 Game Files (*.pk4) Must Be Copied Into $1/q4base"
echo "Also Copy Your Game Key File To $HOME/.quake4/q4base/quake4key (If Not Already There)"