summaryrefslogtreecommitdiffstats
path: root/pts/benchmark-resources/warsow/install.sh
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-29 11:23:21 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-29 11:23:21 -0400
commitd2993872f1e7598e90e22cada8d58fabcb6443c1 (patch)
treee104a8cca259dcce012c95f3a7d311c1f9981fdd /pts/benchmark-resources/warsow/install.sh
parentd8f940cde35c8423043bd37c58f00f57e901e66b (diff)
downloadphoronix-test-suite-upstream-d2993872f1e7598e90e22cada8d58fabcb6443c1.tar.gz
phoronix-test-suite-upstream-d2993872f1e7598e90e22cada8d58fabcb6443c1.tar.xz
phoronix-test-suite-upstream-d2993872f1e7598e90e22cada8d58fabcb6443c1.zip
Change benchmark-profiles/, benchmark-resources/, and benchmark-suites/ to test-profiles/, test-resources/, and test-suites/
Diffstat (limited to 'pts/benchmark-resources/warsow/install.sh')
-rwxr-xr-xpts/benchmark-resources/warsow/install.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/pts/benchmark-resources/warsow/install.sh b/pts/benchmark-resources/warsow/install.sh
deleted file mode 100755
index 46578b8..0000000
--- a/pts/benchmark-resources/warsow/install.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-cd $1
-
-unzip -o warsow_0.42_unified.zip
-cp pts-warsow-04.wd10 warsow_0.42_unified/basewsw/demos
-cd warsow_0.42_unified/
-chmod +x warsow.x86_64
-chmod +x warsow.i386
-
-echo "#!/bin/sh
-cd warsow_0.42_unified/
-case \`uname -m\` in
- \"x86_64\" )
- ./warsow.x86_64 \$@ | grep fps
- ;;
- * )
- ./warsow.i386 \$@ | grep fps
- ;;
-esac" > warsow
-chmod +x warsow