From d8cc1366343f982cbf7cb7f6479f54e12fb1a9a8 Mon Sep 17 00:00:00 2001 From: mhagger Date: Fri, 11 Jan 2013 21:12:23 +0000 Subject: [PATCH] The timestamp_chaos() test doesn't need -v. I suppose this is a remnant of an earlier era. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5418 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.py b/run-tests.py index e42028c1..595d0188 100755 --- a/run-tests.py +++ b/run-tests.py @@ -3324,7 +3324,7 @@ def internal_co_keywords(): def timestamp_chaos(): "test timestamp adjustments" - conv = ensure_conversion('timestamp-chaos', args=["-v"]) + conv = ensure_conversion('timestamp-chaos') # The times are expressed here in UTC: times = [ -- 2.11.4.GIT