summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-08-16 12:33:52 +0000
committerBenny Prijono <bennylp@teluu.com>2010-08-16 12:33:52 +0000
commitdb427ab4dd84cc08bf51d686408d55a835b80896 (patch)
treefc00f2b93fcc1c528ff1ff75fb68b3903da6a523
parentc98536d11edb6153298e43bc9efe9722bc030382 (diff)
Dummy commit (re #1110)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3270 74dad513-b988-da41-8d7b-12977e46ad98
-rwxr-xr-xtests/automated/run_continuous.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/automated/run_continuous.py b/tests/automated/run_continuous.py
index ab51f1f6..a304f4d5 100755
--- a/tests/automated/run_continuous.py
+++ b/tests/automated/run_continuous.py
@@ -2,6 +2,7 @@
import os
import sys
import time
+import datetime
import ccdash
GROUP = "Continuous"
@@ -34,7 +35,7 @@ if __name__ == "__main__":
if rc==0:
# Nothing changed
- print "No update, will check again in " + str(INTERVAL) + "s.."
+ print str(datetime.datetime.now()) + ": No update, will check again in " + str(INTERVAL) + "s.."
time.sleep(INTERVAL)
continue