summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/tremulous
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-09 22:06:33 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-09 22:06:33 -0400
commitcbe28f97a9d4d903067ca46a12dbd53ef4a02bc9 (patch)
tree6ddb4f89a7546f57c066b81f6e6d2fa59608d852 /pts/test-resources/tremulous
parent11ffb24605e892587d534aed7d49a8d274eedec4 (diff)
downloadphoronix-test-suite-upstream-cbe28f97a9d4d903067ca46a12dbd53ef4a02bc9.tar.gz
phoronix-test-suite-upstream-cbe28f97a9d4d903067ca46a12dbd53ef4a02bc9.tar.xz
phoronix-test-suite-upstream-cbe28f97a9d4d903067ca46a12dbd53ef4a02bc9.zip
pts: Update Tremulous download file for tremulous test profile
Diffstat (limited to 'pts/test-resources/tremulous')
-rw-r--r--pts/test-resources/tremulous/downloads.xml4
-rwxr-xr-xpts/test-resources/tremulous/install.sh14
2 files changed, 6 insertions, 12 deletions
diff --git a/pts/test-resources/tremulous/downloads.xml b/pts/test-resources/tremulous/downloads.xml
index a74eda5..b6beb9c 100644
--- a/pts/test-resources/tremulous/downloads.xml
+++ b/pts/test-resources/tremulous/downloads.xml
@@ -1,8 +1,8 @@
<PhoronixTestSuite>
<Downloads>
<Package>
- <URL>http://internap.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0-installer.x86.run, http://dfn.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0-installer.x86.run, http://internode.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0-installer.x86.run</URL>
- <MD5>119068b1a0b2b11abd3ab4932b29d331</MD5>
+ <URL>http://internap.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0.zip, http://voxel.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0.zip, http://mesh.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0.zip, http://heanet.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0.zip, http://internode.dl.sourceforge.net/sourceforge/tremulous/tremulous-1.1.0.zip</URL>
+ <MD5>3df5f7565571fb9524656308347bce1b</MD5>
</Package>
<Package>
<URL>http://www.phoronix-test-suite.com/benchmark-files/tremulous-benchmark-1.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/tremulous-benchmark-1.tar.gz</URL>
diff --git a/pts/test-resources/tremulous/install.sh b/pts/test-resources/tremulous/install.sh
index 3cf38cc..7ef9893 100755
--- a/pts/test-resources/tremulous/install.sh
+++ b/pts/test-resources/tremulous/install.sh
@@ -1,19 +1,13 @@
#!/bin/sh
-chmod +x tremulous-1.1.0-installer.x86.run
-./tremulous-1.1.0-installer.x86.run --target tremulous_ --noexec
-
+unzip -o tremulous-1.1.0.zip -d tremulous_/
tar -xvf tremulous-benchmark-1.tar.gz
-mv tremulous-benchmark.cfg tremulous_/base/
-mv demos/ tremulous_/base/
-
-cd tremulous_
-cp bin/Linux/x86/tremulous.x86 tremulous.x86
-cd ..
+mv tremulous-benchmark.cfg tremulous_/tremulous/base/
+mv demos/ tremulous_/tremulous/base/
echo "#!/bin/sh
-cd tremulous_/
+cd tremulous_/tremulous/
./tremulous.x86 \$@ 2>&1 | grep fps
" > tremulous
chmod +x tremulous