summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--XorgTesting.mdwn7
1 files changed, 1 insertions, 6 deletions
diff --git a/XorgTesting.mdwn b/XorgTesting.mdwn
index c318f5a3..475b3942 100644
--- a/XorgTesting.mdwn
+++ b/XorgTesting.mdwn
@@ -26,13 +26,8 @@ Note that these images don't necessarily represent what was *actually* rendered,
## Get piglit-xts
-This is a fork of piglit (the GL test suite project)
-
# git clone git://anongit.freedesktop.org/git/piglit.git
# cd piglit
- # git remote add anholt git://people.freedesktop.org/\~anholt/piglit
- # git fetch anholt
- # git checkout -b xts anholt/xts
# mkdir bin
# ln -s ~/my/path/to/xts bin/xtest
@@ -46,4 +41,4 @@ Now, here's an example of using this to do some tests comparing two rendering mo
# ./piglit-summary-html.py summary/mysum results/xts results/xts-glamor
# firefox summary/mysum/index.html
-Take a look at changes.html for a common way of looking at piglit results as a developer (I don't care if things are still broken, I want to know if I broke or fixed new things). Also, note that in current piglit-xts, the images present in the failure reports on tests get overwritten in each test run (because they're saved in the top level instead of in the results/ directory you specify. It's just a bug).
+Take a look at changes.html for a common way of looking at piglit results as a developer (I don't care if things are still broken, I want to know if I broke or fixed new things).