summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-03-26 18:40:14 -0700
committerEric Anholt <eric@anholt.net>2013-04-08 16:21:13 -0700
commit2dd58f376555c3813c24a612dbd979a004a756a6 (patch)
treec2c47740b6e4d74ab236c61966ef1ac6a2288b53
parent458d3549585384d2419ef5c59416bb14697d90d6 (diff)
Default to testing all of shaders/.
-rwxr-xr-xrun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index fe7a709..c8f5d11 100755
--- a/run.py
+++ b/run.py
@@ -118,7 +118,7 @@ def main():
usage()
if len(args) < 1:
- usage()
+ args.append("shaders")
try:
os.stat("bin/glslparsertest")