tests/run-tests.py
changeset 10413 e433002acb05
parent 10406 6586a6889f66
child 10648 58128004cca1
--- a/tests/run-tests.py	Tue Feb 09 13:53:24 2010 -0600
+++ b/tests/run-tests.py	Tue Feb 09 14:12:22 2010 -0600
@@ -785,7 +785,7 @@
                     if k in t:
                         break
                 else:
-                    skipped +=1
+                    skipped += 1
                     continue
 
             ret = runone(options, test, skips, fails)