OSDN Git Service

implement encode tester.
[rec10/rec10-git.git] / rec10 / trunk / src / auto_test.py
index b5c5f2a..82641cd 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)