]> git.sur5r.net Git - bacula/bacula/blob - regress/test_starttime
Tweak cleaner output in accurate-test
[bacula/bacula] / regress / test_starttime
1 #!/usr/bin/env python
2 from time import time as now 
3
4 fn = open('testtime.out', 'w+')
5 fn.write('%s' % now())
6 fn.close()