X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fas3%2Ftest;h=8f9667003336325dcab4fc859e510bd3b04a526a;hp=a1856fd7d3c20c9dac64322f5734ed8fd5259858;hb=c59b06079005e3019488fda86f63d043be12737e;hpb=36a1fac8ea3a7457f25b1b4209b5fc918cc6af44 diff --git a/lib/as3/test b/lib/as3/test index a1856fd..8f96670 100755 --- a/lib/as3/test +++ b/lib/as3/test @@ -106,7 +106,7 @@ class Cache: def parse_args(self): parser = OptionParser() parser.add_option("-d", "--diff", dest="diff", help="Only run tests that failed the last time",action="store_true") - parser.add_option("-a", "--all", dest="all", help="Run all tests (also tests expected fail)",action="store_true") + parser.add_option("-a", "--all", dest="all", help="Run all tests (also tests expected to fail)",action="store_true") parser.add_option("-t", "--tag", dest="tag", help="Mark the current pass/fail statistic as milestone",action="store_true") (options, args) = parser.parse_args()