summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Haehnle <nhaehnle@gmail.com>2009-05-30 17:00:27 +0200
committerNicolai Haehnle <nhaehnle@gmail.com>2009-05-30 17:00:27 +0200
commitdd77518e3014176eaf9ec0a20ae2eb489ecb39e3 (patch)
treed1a88eebd8aa5ceb442c9086d1ba845a1810e304
parentb535c04b1b3ebabed68f8b5ae195cacb5fbcd2ce (diff)
Fix piglit-run
-rwxr-xr-xdxo-piglit-run4
1 files changed, 3 insertions, 1 deletions
diff --git a/dxo-piglit-run b/dxo-piglit-run
index 71fc19f..1689cb0 100755
--- a/dxo-piglit-run
+++ b/dxo-piglit-run
@@ -9,12 +9,14 @@ piglit=${DXO_PATH}/piglit/repo
resultsdir=${DXO_PATH}/piglit/results
remotedatabase=morningstar:~/web/fdo/piglit-results
class=R500
-testprofile=${piglit}/tests/r500.tests
+testprofile=${piglit}/tests/r500-limit.tests
testname=RV530-`date +%Y-%M-%d-%H-%M`
${piglit}/piglit-run.py -n ${family}-${testunique} ${testprofile} ${resultsdir}
echo
+echo "Finished the Piglit run; hit enter when ready to upload test summary."
+read
echo "Copying summary to deadlights"
scp ${resultsdir}/summary ${remotedatabase}/incoming/${class}/${testname}