summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/lightsmark
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-05 17:29:21 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-05 17:29:21 -0400
commit6fc5af3c8c093fb2bae91d607f33c155e3c93900 (patch)
tree07301aa722d5994dc9610f68dce34a04ea626f91 /pts/test-resources/lightsmark
parent98aa8ed69c472b87dbbdb2ff60a747bd28a5b6f7 (diff)
downloadphoronix-test-suite-upstream-6fc5af3c8c093fb2bae91d607f33c155e3c93900.tar.gz
phoronix-test-suite-upstream-6fc5af3c8c093fb2bae91d607f33c155e3c93900.tar.xz
phoronix-test-suite-upstream-6fc5af3c8c093fb2bae91d607f33c155e3c93900.zip
pts: Update to Lightsmark 2.0
Diffstat (limited to 'pts/test-resources/lightsmark')
-rw-r--r--pts/test-resources/lightsmark/downloads.xml4
-rwxr-xr-xpts/test-resources/lightsmark/install.sh6
2 files changed, 5 insertions, 5 deletions
diff --git a/pts/test-resources/lightsmark/downloads.xml b/pts/test-resources/lightsmark/downloads.xml
index f4da575..fa430d5 100644
--- a/pts/test-resources/lightsmark/downloads.xml
+++ b/pts/test-resources/lightsmark/downloads.xml
@@ -1,8 +1,8 @@
<PhoronixTestSuite>
<Downloads>
<Package>
- <URL>http://www.dee.cz/lightsmark/Lightsmark2008.1.9.tar.bz2</URL>
- <MD5>e61f93df1831209b9cfe5ea4f6eadf04</MD5>
+ <URL>http://www.dee.cz/lightsmark/Lightsmark2008.2.0.tar.bz2</URL>
+ <MD5>325707b95daab878512dbb27271b1565</MD5>
</Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/test-resources/lightsmark/install.sh b/pts/test-resources/lightsmark/install.sh
index 8a80002..6c36198 100755
--- a/pts/test-resources/lightsmark/install.sh
+++ b/pts/test-resources/lightsmark/install.sh
@@ -1,14 +1,14 @@
#!/bin/sh
-tar -jxvf Lightsmark2008.1.9.tar.bz2
+tar -jxvf Lightsmark2008.2.0.tar.bz2
echo "#!/bin/sh
case \$OS_ARCH in
\"x86_64\" )
- cd Lightsmark2008.1.9/bin/pc-linux64/
+ cd Lightsmark2008.2.0/bin/pc-linux64/
;;
* )
- cd Lightsmark2008.1.9/bin/pc-linux32/
+ cd Lightsmark2008.2.0/bin/pc-linux32/
;;
esac
./backend \$@ 2>&1" > lightsmark