diff --git a/do.py b/do.py index d46156d32..8830e1f4f 100644 --- a/do.py +++ b/do.py @@ -108,7 +108,6 @@ def test(card="novus100g"): def generate_allure_report(): - run(["echo $TIMESTAMP"]) run( [ "allure generate allure-results -c -o allure-report", @@ -118,6 +117,7 @@ def generate_allure_report(): def coverage(): + teststarttime = run(["echo $TIMESTAMP"]) coverage_threshold = 67 global result with open("myfile.log") as fp: @@ -156,8 +156,8 @@ def coverage():
Hi All,
- Please find the coverage results for the build execution ID : """+str(build_number)+"""
- Build started on :
+ Please find the coverage results for the build execution ID : """+str(build_number)+"""
+ Build started on : """+str(teststarttime)+"""