tests/run-tests.py
changeset 11038 323557524006
parent 10924 b2860654e588
child 11039 cf0a309f6c4d
equal deleted inserted replaced
11037:c1c534d62b05 11038:323557524006
   124         help="skip showing test changes")
   124         help="skip showing test changes")
   125     parser.add_option("--with-hg", type="string",
   125     parser.add_option("--with-hg", type="string",
   126         metavar="HG",
   126         metavar="HG",
   127         help="test using specified hg script rather than a "
   127         help="test using specified hg script rather than a "
   128              "temporary installation")
   128              "temporary installation")
   129     parser.add_option("--local", action="store_true",
   129     parser.add_option("-l", "--local", action="store_true",
   130         help="shortcut for --with-hg=<testdir>/../hg")
   130         help="shortcut for --with-hg=<testdir>/../hg")
   131     parser.add_option("--pure", action="store_true",
   131     parser.add_option("--pure", action="store_true",
   132         help="use pure Python code instead of C extensions")
   132         help="use pure Python code instead of C extensions")
   133     parser.add_option("-3", "--py3k-warnings", action="store_true",
   133     parser.add_option("-3", "--py3k-warnings", action="store_true",
   134         help="enable Py3k warnings on Python 2.6+")
   134         help="enable Py3k warnings on Python 2.6+")