OSDN Git Service

implement encode tester.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 24 Jun 2010 06:25:14 +0000 (06:25 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 24 Jun 2010 06:25:14 +0000 (06:25 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@641 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/auto_test.py

index 1350bfe..b5c5f2a 100644 (file)
@@ -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)