fix up a bunch of check-code warnings stable
authorMatt Mackall <mpm@selenic.com>
Tue, 09 Feb 2010 14:12:22 -0600
branchstable
changeset 683 26ca426a04e1
parent 682 1c7056415039
child 684 4da6285efe4c
child 686 17528ccdaa15
fix up a bunch of check-code warnings [ original upstream message ]
tests/run-tests.py
--- a/tests/run-tests.py	Sat Feb 06 15:18:36 2010 +0100
+++ b/tests/run-tests.py	Tue Feb 09 14:12:22 2010 -0600
@@ -787,7 +787,7 @@
                     if k in t:
                         break
                 else:
-                    skipped +=1
+                    skipped += 1
                     continue
 
             ret = runone(options, test, skips, fails)