Skip to content

Commit

Permalink
Merge branch 'master' into issue_561
Browse files Browse the repository at this point in the history
  • Loading branch information
harshbafna committed Dec 11, 2020
2 parents 0b85126 + a4bf8ec commit 3bda56e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/regression_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
from ts_scripts import print_env_info as build_hdr_printer
from ts_scripts.utils import check_python_version

import datetime
now = datetime.datetime.now()
print ("Current date and time : " + now.strftime("%Y-%m-%d %H:%M:%S"))

check_python_version()

git_branch = Repository('.').head.shorthand
Expand Down

0 comments on commit 3bda56e

Please sign in to comment.