summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Haehnle <nhaehnle@gmail.com>2009-06-01 19:58:10 +0200
committerNicolai Haehnle <nhaehnle@gmail.com>2009-06-01 19:58:58 +0200
commit7fade3530863524911c5b382c853ce32d591dc95 (patch)
treeb29cfede384d4f4569737148535e22f0b409c508
parent6f2fd1df38c0b86073cecf527d57e1122cd6b816 (diff)
Fixes to dxo-piglit-run
-rwxr-xr-xdxo-piglit-run8
1 files changed, 4 insertions, 4 deletions
diff --git a/dxo-piglit-run b/dxo-piglit-run
index 1689cb0..22f012b 100755
--- a/dxo-piglit-run
+++ b/dxo-piglit-run
@@ -8,11 +8,11 @@
piglit=${DXO_PATH}/piglit/repo
resultsdir=${DXO_PATH}/piglit/results
remotedatabase=morningstar:~/web/fdo/piglit-results
-class=R500
-testprofile=${piglit}/tests/r500-limit.tests
-testname=RV530-`date +%Y-%M-%d-%H-%M`
+class=R300
+testprofile=${piglit}/tests/r300-limit.tests
+testname=R300ND-`date +%Y-%m-%d-%H-%M`
-${piglit}/piglit-run.py -n ${family}-${testunique} ${testprofile} ${resultsdir}
+${piglit}/piglit-run.py -n ${testname} ${testprofile} ${resultsdir}
echo
echo "Finished the Piglit run; hit enter when ready to upload test summary."