run-tests: document how success code is handled
authorGregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Apr 2014 11:52:41 -0700
changeset 21432 1a46f9635ef0
parent 21431 0f12bc8aed80
child 21433 ff4a270bd334
run-tests: document how success code is handled
tests/run-tests.py
--- a/tests/run-tests.py	Sun Apr 20 11:51:11 2014 -0700
+++ b/tests/run-tests.py	Sun Apr 20 11:52:41 2014 -0700
@@ -1315,6 +1315,7 @@
                 elif code == '~':
                     pass
                 elif code == '.':
+                    # Success is handled automatically by the built-in run().
                     pass
                 elif code == 's':
                     self._result.addSkip(self, msg)