summaryrefslogtreecommitdiffstats
path: root/pts/test-resources
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-31 07:08:33 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-31 07:08:33 -0400
commit5ecfefc9e281d2de6c85d1a82344d4513b31888a (patch)
treefb4b3cfd09f00f1706ce8fecd3c9c7c6dc648ef3 /pts/test-resources
parent94fc109583cce5ab04040d5c47405d524097985e (diff)
downloadphoronix-test-suite-upstream-5ecfefc9e281d2de6c85d1a82344d4513b31888a.tar.gz
phoronix-test-suite-upstream-5ecfefc9e281d2de6c85d1a82344d4513b31888a.tar.xz
phoronix-test-suite-upstream-5ecfefc9e281d2de6c85d1a82344d4513b31888a.zip
pts: At the last minute, Unigine Corp decides to rename unigine-islands
to unigine-tropics. This demo should start working on the 1st or 2nd of September.
Diffstat (limited to 'pts/test-resources')
-rwxr-xr-xpts/test-resources/unigine-islands/install.sh10
-rw-r--r--pts/test-resources/unigine-tropics/downloads.xml (renamed from pts/test-resources/unigine-islands/downloads.xml)2
-rwxr-xr-xpts/test-resources/unigine-tropics/install.sh10
-rw-r--r--pts/test-resources/unigine-tropics/parse-results.php (renamed from pts/test-resources/unigine-islands/parse-results.php)0
4 files changed, 11 insertions, 11 deletions
diff --git a/pts/test-resources/unigine-islands/install.sh b/pts/test-resources/unigine-islands/install.sh
deleted file mode 100755
index 03daff7..0000000
--- a/pts/test-resources/unigine-islands/install.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-tar -jxvf Unigine_Islands_Linux.tar.bz2
-
-echo "#!/bin/sh
-cd Unigine_Islands_Linux/
-export LD_LIBRARY_PATH=bin/:\$LD_LIBRARY_PATH
-./bin/main_x86 \$@ 2>&1 | grep FPS" > unigine-islands
-chmod +x unigine-islands
-
diff --git a/pts/test-resources/unigine-islands/downloads.xml b/pts/test-resources/unigine-tropics/downloads.xml
index 29e85bf..a88512b 100644
--- a/pts/test-resources/unigine-islands/downloads.xml
+++ b/pts/test-resources/unigine-tropics/downloads.xml
@@ -1,7 +1,7 @@
<PhoronixTestSuite>
<Downloads>
<Package>
- <URL>http://www.unigine.com/download/files/Unigine_Islands_Linux.tar.bz2</URL>
+ <URL>http://www.unigine.com/download/files/Unigine_Tropics_Linux.tar.bz2</URL>
</Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/test-resources/unigine-tropics/install.sh b/pts/test-resources/unigine-tropics/install.sh
new file mode 100755
index 0000000..c72cf69
--- /dev/null
+++ b/pts/test-resources/unigine-tropics/install.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+tar -jxvf Unigine_Tropics_Linux.tar.bz2
+
+echo "#!/bin/sh
+cd Unigine_Tropics_Linux/
+export LD_LIBRARY_PATH=bin/:\$LD_LIBRARY_PATH
+./bin/main_x86 \$@ 2>&1 | grep FPS" > unigine-tropics
+chmod +x unigine-tropics
+
diff --git a/pts/test-resources/unigine-islands/parse-results.php b/pts/test-resources/unigine-tropics/parse-results.php
index 35a388d..35a388d 100644
--- a/pts/test-resources/unigine-islands/parse-results.php
+++ b/pts/test-resources/unigine-tropics/parse-results.php