]> git.sur5r.net Git - bacula/bacula/blob - regress/starttime
Add bsrdir and logdir to regress-config
[bacula/bacula] / regress / starttime
1 #!/usr/bin/env python
2 from time import time as now 
3
4 fn = open('time.out', 'w+')
5 fn.write('%s' % now())
6 fn.close()