tests/run-tests.py
branchstable
changeset 739 886e85e1a172
parent 728 5df6643c39e9
child 740 7d3c26dea450
equal deleted inserted replaced
738:abd249e1db3c 739:886e85e1a172
   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+")