branch | trunk |
changeset 691 | 726550e48c21 |
parent 598 | b66392e80922 |
1.1 --- a/gmyth/tests/testing_tools.py Thu Apr 26 16:30:23 2007 +0100 1.2 +++ b/gmyth/tests/testing_tools.py Fri May 18 19:36:49 2007 +0100 1.3 @@ -88,6 +88,7 @@ 1.4 1.5 def get_gcda(exe): 1.6 #exe_args = exe.split(' ') 1.7 + print "Get GCDA - %s" % exe 1.8 f = open(exe[0]) 1.9 data = f.read() 1.10 f.close()