summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/compress-gzip
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-04 20:52:10 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-04 20:52:10 -0400
commitb129e4f5bf03700e0b81fdcc35f4d810cf061d0e (patch)
tree1ae318aabd8997e48e6330fb7fa5d7b82758518d /pts/test-resources/compress-gzip
parent29cfa93137fbf9ebcdb519d97f9a5ed09bf9d0ab (diff)
downloadphoronix-test-suite-upstream-b129e4f5bf03700e0b81fdcc35f4d810cf061d0e.tar.gz
phoronix-test-suite-upstream-b129e4f5bf03700e0b81fdcc35f4d810cf061d0e.tar.xz
phoronix-test-suite-upstream-b129e4f5bf03700e0b81fdcc35f4d810cf061d0e.zip
Update profiles with new PTS WAV audio file
Diffstat (limited to 'pts/test-resources/compress-gzip')
-rw-r--r--pts/test-resources/compress-gzip/downloads.xml4
-rw-r--r--pts/test-resources/compress-gzip/install.sh6
-rw-r--r--pts/test-resources/compress-gzip/pre.sh2
3 files changed, 6 insertions, 6 deletions
diff --git a/pts/test-resources/compress-gzip/downloads.xml b/pts/test-resources/compress-gzip/downloads.xml
index 115c949..f01555c 100644
--- a/pts/test-resources/compress-gzip/downloads.xml
+++ b/pts/test-resources/compress-gzip/downloads.xml
@@ -1,8 +1,8 @@
<PhoronixTestSuite>
<Downloads>
<Package>
- <URL>http://www.phoronix-test-suite.com/benchmark-files/pts-wav-sample-file.tar.bz2</URL>
- <MD5>e37dd7e5f0b3f65d68d203fccf415933</MD5>
+ <URL>http://www.phoronix-test-suite.com/benchmark-files/trondheim-wav-sample.tar.gz</URL>
+ <MD5>088e63a40ba87060d80fa2b9bed0cfd6</MD5>
<DownloadTo>SHARED</DownloadTo>
</Package>
</Downloads>
diff --git a/pts/test-resources/compress-gzip/install.sh b/pts/test-resources/compress-gzip/install.sh
index 64f054d..8c7ff21 100644
--- a/pts/test-resources/compress-gzip/install.sh
+++ b/pts/test-resources/compress-gzip/install.sh
@@ -2,14 +2,14 @@
cd $1
-if [ ! -f ../pts-shared/pts-wav-sample-file.wav ]
+if [ ! -f ../pts-shared/trondheim-wav-sample.wav ]
then
- tar -jxvf ../pts-shared/pts-wav-sample-file.tar.bz2 -C ../pts-shared/
+ tar -xvf ../pts-shared/trondheim-wav-sample.tar.gz -C ../pts-shared/
fi
cat > gzip_bigfile <<EOT
#!/bin/sh
-for i in 1 2 3 4 5 6 7 8; do cat ../pts-shared/pts-wav-sample-file.wav; done|gzip -c >/dev/null
+for i in 1 2 3 4 5 6 7 8; do cat ../pts-shared/trondheim-wav-sample.wav; done|gzip -c >/dev/null
EOT
chmod +x gzip_bigfile
diff --git a/pts/test-resources/compress-gzip/pre.sh b/pts/test-resources/compress-gzip/pre.sh
index f53506f..73341f2 100644
--- a/pts/test-resources/compress-gzip/pre.sh
+++ b/pts/test-resources/compress-gzip/pre.sh
@@ -1,4 +1,4 @@
#!/bin/sh
cd $1
-cat ../pts-shared/pts-wav-sample-file.wav > /dev/null
+cat ../pts-shared/trondheim-wav-sample.wav > /dev/null