r15296 - meta/scripts - add comment about --test

Joshua Sled jsled at cvs.gnucash.org
Mon Jan 1 13:36:13 EST 2007


Author: jsled
Date: 2007-01-01 13:36:12 -0500 (Mon, 01 Jan 2007)
New Revision: 15296
Trac: http://svn.gnucash.org/trac/changeset/15296

Modified:
   meta/scripts/irc_log_htmlizer.py
Log:
add comment about --test


Modified: meta/scripts/irc_log_htmlizer.py
===================================================================
--- meta/scripts/irc_log_htmlizer.py	2007-01-01 18:07:22 UTC (rev 15295)
+++ meta/scripts/irc_log_htmlizer.py	2007-01-01 18:36:12 UTC (rev 15296)
@@ -198,6 +198,7 @@
 if __name__ == '__main__':
     if len(sys.argv) > 1:
         if sys.argv[1] == '--test':
+            # run with '--test -v' for detail.
             unittest()
         else:
             raise Exception('unhandled command-line args.')



More information about the gnucash-changes mailing list