summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGE-LOG2
-rw-r--r--pts/test-profiles/wine-vf2.xml (renamed from pts/test-profiles/wine-volfogging2.xml)0
-rw-r--r--pts/test-resources/wine-vf2/downloads.xml (renamed from pts/test-resources/wine-volfogging2/downloads.xml)0
-rwxr-xr-xpts/test-resources/wine-vf2/install.sh8
-rw-r--r--pts/test-resources/wine-volfogging2/install.sh8
5 files changed, 9 insertions, 9 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index 6a07cb0..c260352 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -21,7 +21,7 @@ Phoronix Test Suite (Git)
- pts: Drop test profile named wine for running WINE git code since it looks like it's never used anymore and poorly named
- pts: Add wine-unstable base test profile that provides WINE 1.1.7
- pts: Add wine-humus-tests base test profile that extends wine-unstable and provides functionality for Humus.name tests
-- pts: Add wine-volfogging2 test for a WINE-driven OpenGL Volumetric Fogging test
+- pts: Add wine-vf2 test for a WINE-driven OpenGL Volumetric Fogging test
- pts_Graph: Support resizing the font size in write_text_center() if it's too large to fit within the bounding box
- update_checker: Fix version recognition / comparison
- documentation: Bring all documentation up-to-date with Orkdal
diff --git a/pts/test-profiles/wine-volfogging2.xml b/pts/test-profiles/wine-vf2.xml
index 86840eb..86840eb 100644
--- a/pts/test-profiles/wine-volfogging2.xml
+++ b/pts/test-profiles/wine-vf2.xml
diff --git a/pts/test-resources/wine-volfogging2/downloads.xml b/pts/test-resources/wine-vf2/downloads.xml
index 165e242..165e242 100644
--- a/pts/test-resources/wine-volfogging2/downloads.xml
+++ b/pts/test-resources/wine-vf2/downloads.xml
diff --git a/pts/test-resources/wine-vf2/install.sh b/pts/test-resources/wine-vf2/install.sh
new file mode 100755
index 0000000..360adb5
--- /dev/null
+++ b/pts/test-resources/wine-vf2/install.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+unzip -o VolumetricFogging2.zip
+
+echo "#!/bin/sh
+cd VolumetricFogging2/
+wine-humus-run VolumetricFogging2.exe" > wine-vf2
+chmod +x wine-vf2
diff --git a/pts/test-resources/wine-volfogging2/install.sh b/pts/test-resources/wine-volfogging2/install.sh
deleted file mode 100644
index 574f56b..0000000
--- a/pts/test-resources/wine-volfogging2/install.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-unzip -o VolumetricFogging2.zip
-
-echo "#!/bin/sh
-cd VolumetricFogging2/
-wine-humus-run VolumetricFogging2.exe" > wine-volfogging2
-chmod +x wine-volfogging2