summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-02-14 15:11:48 -0800
committerEric Anholt <eric@anholt.net>2014-02-14 15:12:08 -0800
commitbbd7319f40dcb98f4e918b329d772c8dbfc678a0 (patch)
tree871bbc654654b050696a2b377ffc9164cb9b729e
parent3a19ae76109df747ccb36fecdee6a4d1b91fafb8 (diff)
Show off a "new" feature of ./run.py in the readme.
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 965e751..6958d83 100644
--- a/README
+++ b/README
@@ -17,7 +17,10 @@ $EDITOR shaders/appname/*
ln -s $HOME/src/piglit/bin ./
# this relies on i965 driver debug output, hack it up for anything else.
-./run.py shaders/*/* |& tee new-run
+./run.py |& tee new-run
+
+# To run just a subset:
+./run.py shaders/supertuxkart |& tee new-run
=== Analysis ===
./result.py old-run new-run