summaryrefslogtreecommitdiffstats
path: root/pts/test-resources
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-20 17:56:39 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-20 17:56:39 -0400
commitfc9f9da26bc56418d363fa6069337653492e4595 (patch)
treed773e97a0b978efc1c0de895cff90aeeba1a529a /pts/test-resources
parente0aa653126d236cf78355e5c80df67a61057526a (diff)
downloadphoronix-test-suite-upstream-fc9f9da26bc56418d363fa6069337653492e4595.tar.gz
phoronix-test-suite-upstream-fc9f9da26bc56418d363fa6069337653492e4595.tar.xz
phoronix-test-suite-upstream-fc9f9da26bc56418d363fa6069337653492e4595.zip
pts: Fix tremulous permissions
Diffstat (limited to 'pts/test-resources')
-rw-r--r--pts/test-resources/tremulous/downloads.xml13
-rwxr-xr-xpts/test-resources/tremulous/install.sh13
-rwxr-xr-xpts/test-resources/tremulous/parse-results.php6
3 files changed, 0 insertions, 32 deletions
diff --git a/pts/test-resources/tremulous/downloads.xml b/pts/test-resources/tremulous/downloads.xml
deleted file mode 100644
index b6beb9c..0000000
--- a/pts/test-resources/tremulous/downloads.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<PhoronixTestSuite>
- <Downloads>
- <Package>
- <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>
- <MD5>71663ef14020c1f8bc368d5a13e1a69f</MD5>
- </Package>
- </Downloads>
-</PhoronixTestSuite>
-
diff --git a/pts/test-resources/tremulous/install.sh b/pts/test-resources/tremulous/install.sh
deleted file mode 100755
index 7ef9893..0000000
--- a/pts/test-resources/tremulous/install.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-unzip -o tremulous-1.1.0.zip -d tremulous_/
-tar -xvf tremulous-benchmark-1.tar.gz
-
-mv tremulous-benchmark.cfg tremulous_/tremulous/base/
-mv demos/ tremulous_/tremulous/base/
-
-echo "#!/bin/sh
-cd tremulous_/tremulous/
-./tremulous.x86 \$@ 2>&1 | grep fps
-" > tremulous
-chmod +x tremulous
diff --git a/pts/test-resources/tremulous/parse-results.php b/pts/test-resources/tremulous/parse-results.php
deleted file mode 100755
index f75e04d..0000000
--- a/pts/test-resources/tremulous/parse-results.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-
-$BENCHMARK_RESULTS = trim(substr($argv[1], 0, strrpos($argv[1], " fps")));
-$BENCHMARK_RESULTS = trim(substr($BENCHMARK_RESULTS, strrpos($BENCHMARK_RESULTS, ' ')));
-echo $BENCHMARK_RESULTS;
-?>