From 7dacc6ccc9f0a3d049e598be4f918b01a8b2671d Mon Sep 17 00:00:00 2001 From: gn64_jp Date: Thu, 24 Jun 2010 06:35:48 +0000 Subject: [PATCH] implement encode tester. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@642 4e526526-5e11-4fc0-8910-f8fd03428081 --- rec10/trunk/src/auto_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rec10/trunk/src/auto_test.py b/rec10/trunk/src/auto_test.py index b5c5f2a..82641cd 100644 --- a/rec10/trunk/src/auto_test.py +++ b/rec10/trunk/src/auto_test.py @@ -20,7 +20,7 @@ def test_all_ch_encode(option,stime): tpath=os.path.join(path, "encode_test") if not os.path.exists(tpath): os.mkdir(tpath) - dnowt=datetime.datetime.now().strftime("%Y-%m-%d_%H:%M:%S")+"_"+option+"" + dnowt=datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")+"_"+option+"" tpatht=os.path.join(tpath,dnowt) if not os.path.exists(tpatht): os.mkdir(tpatht) -- 2.11.0